ubertooth: 2018-12-R1 -> 2020-12-R1
This commit is contained in:
parent
a1724d1860
commit
3f29424588
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ubertooth";
|
pname = "ubertooth";
|
||||||
version = "2018-12-R1";
|
version = "2020-12-R1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "greatscottgadgets";
|
owner = "greatscottgadgets";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1da5fsjwc5szclq6h5wznvgwikd1qqv8gbmv38h0fpc12lwn85c4";
|
sha256 = "11r5ag2l5xn4pr7ycicm30w9c3ldn9yiqj1sqnjc79csxl2vrcfw";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/host";
|
sourceRoot = "source/host";
|
||||||
|
|
Loading…
Reference in a new issue