summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-23 07:53:00 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-23 07:53:00 -0700
commit5960919876e2ae24fde9979587e7e936fd926610 (patch)
tree9c82fabce06596dde3ebe221b25d71df126ddd69
parent6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5 (diff)
downloadnixlib-5960919876e2ae24fde9979587e7e936fd926610.tar
nixlib-5960919876e2ae24fde9979587e7e936fd926610.tar.gz
nixlib-5960919876e2ae24fde9979587e7e936fd926610.tar.bz2
nixlib-5960919876e2ae24fde9979587e7e936fd926610.tar.lz
nixlib-5960919876e2ae24fde9979587e7e936fd926610.tar.xz
nixlib-5960919876e2ae24fde9979587e7e936fd926610.tar.zst
nixlib-5960919876e2ae24fde9979587e7e936fd926610.zip
urh: 2.0.1 -> 2.0.2
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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/cs9vqxk0xqcpqcs10bbqhq6h7vdbmyny-urh-2.0.2/bin/.urh-wrapped --version’ and found version 2.0.2
- ran ‘/nix/store/cs9vqxk0xqcpqcs10bbqhq6h7vdbmyny-urh-2.0.2/bin/urh --version’ and found version 2.0.2
- found 2.0.2 with grep in /nix/store/cs9vqxk0xqcpqcs10bbqhq6h7vdbmyny-urh-2.0.2
- directory tree listing: https://gist.github.com/fd267c85c4f90f14b9af167c50b169a0
-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 d2463616d677..fa2f16166446 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 = "2.0.1";
+  version = "2.0.2";
 
   src = fetchFromGitHub {
     owner = "jopohl";
     repo = "urh";
     rev = "v${version}";
-    sha256 = "0mnnrxm49s77s1qg7zbfciw0525ipsl010sciqdw8a22jg1rfjh8";
+    sha256 = "1qqb31y65rd85rf3gvxxxy06hm89ary00km1ac84qz5bwm6n5fyb";
   };
 
   buildInputs = [ hackrf rtl-sdr ];