diff --git a/pkgs/applications/radio/ubertooth/default.nix b/pkgs/applications/radio/ubertooth/default.nix index 2ea240618c7..fc9361971e7 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";