about summary refs log tree commit diff
path: root/pkgs/applications/radio/urh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-20 15:41:13 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-20 15:41:13 -0700
commit0ad3219a23915772d7e77bf716620e42d18ba9cd (patch)
treecd5a1d5fc70692b012b60be85dda7f08eb37e0ce /pkgs/applications/radio/urh
parent663542ad0483131e8c36742283191a8f40a7363d (diff)
urh: 2.7.2 -> 2.7.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
Diffstat (limited to 'pkgs/applications/radio/urh')
-rw-r--r--pkgs/applications/radio/urh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/urh/default.nix b/pkgs/applications/radio/urh/default.nix
index 58a0b8048b567..48c20ecca475c 100644
--- a/pkgs/applications/radio/urh/default.nix
+++ b/pkgs/applications/radio/urh/default.nix
@@ -3,13 +3,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "urh";
-  version = "2.7.2";
+  version = "2.7.3";
 
   src = fetchFromGitHub {
     owner = "jopohl";
     repo = pname;
     rev = "v${version}";
-    sha256 = "14027dcq0ag2qjpxcmsb9n1c64ypmi4rycwxzm2hajj7hk2736hv";
+    sha256 = "1jrrj9c4ddm37m8j0g693xjimpnlvx7lan5kxish5p14xpwdak35";
   };
 
   buildInputs = [ hackrf rtl-sdr airspy limesuite ];