summary refs log tree commit diff
path: root/pkgs/applications/misc/urh
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-15 11:36:23 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-23 14:54:24 -0500
commit48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c (patch)
tree05c025d2be46703d250dfb8c9a91e046d9630e6b /pkgs/applications/misc/urh
parent26f450f5f6947587b83bd484b3dc9090c319317e (diff)
downloadnixlib-48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c.tar
nixlib-48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c.tar.gz
nixlib-48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c.tar.bz2
nixlib-48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c.tar.lz
nixlib-48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c.tar.xz
nixlib-48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c.tar.zst
nixlib-48294e94cd0d98e1f8d1ac624cedf4f42cf93c1c.zip
urh: 1.9.2 -> 2.0.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/4wwg83liy1bdignjg1vdfkxbckpd43jb-urh-2.0.0/bin/.urh-wrapped --version` and found version 2.0.0
- ran `/nix/store/4wwg83liy1bdignjg1vdfkxbckpd43jb-urh-2.0.0/bin/urh --version` and found version 2.0.0
- found 2.0.0 with grep in /nix/store/4wwg83liy1bdignjg1vdfkxbckpd43jb-urh-2.0.0
Diffstat (limited to 'pkgs/applications/misc/urh')
-rw-r--r--pkgs/applications/misc/urh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/urh/default.nix b/pkgs/applications/misc/urh/default.nix
index 6aba4e751503..5b5c57579893 100644
--- a/pkgs/applications/misc/urh/default.nix
+++ b/pkgs/applications/misc/urh/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   name = "urh-${version}";
-  version = "1.9.2";
+  version = "2.0.0";
 
   src = fetchFromGitHub {
     owner = "jopohl";
     repo = "urh";
     rev = "v${version}";
-    sha256 = "02jq2jas6gm08z4l09azi6dcsydaaaqbxfv4mb7pnrc1w8m593zr";
+    sha256 = "0s8nbrkqcb4q3m8w17sqijbds5irk4xpzhjpwkkakzs0rm5g10sk";
   };
 
   buildInputs = [ hackrf rtl-sdr ];