summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/ubertooth
diff options
context:
space:
mode:
authorAlvar Penning <post@0x21.biz>2021-01-08 11:27:48 +0100
committerAlvar Penning <post@0x21.biz>2021-01-08 11:27:48 +0100
commit3f2942458880e81f01c6e338fc53d4225e3252a0 (patch)
treee03121631a890e0eb8fb6411452f5f51b1c2a6f4 /pkgs/applications/radio/ubertooth
parenta1724d186050307cb18baba090a4dade1b17979d (diff)
ubertooth: 2018-12-R1 -> 2020-12-R1
Diffstat (limited to 'pkgs/applications/radio/ubertooth')
-rw-r--r--pkgs/applications/radio/ubertooth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/ubertooth/default.nix b/pkgs/applications/radio/ubertooth/default.nix
index 2ea240618c70..fc9361971e72 100644
--- a/pkgs/applications/radio/ubertooth/default.nix
+++ b/pkgs/applications/radio/ubertooth/default.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ubertooth";
- version = "2018-12-R1";
+ version = "2020-12-R1";
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = pname;
rev = version;
- sha256 = "1da5fsjwc5szclq6h5wznvgwikd1qqv8gbmv38h0fpc12lwn85c4";
+ sha256 = "11r5ag2l5xn4pr7ycicm30w9c3ldn9yiqj1sqnjc79csxl2vrcfw";
};
sourceRoot = "source/host";