Merge pull request #39372 from r-ryantm/auto-update/urh

urh: 2.0.1 -> 2.0.2
This commit is contained in:
Jörg Thalheim 2018-04-23 16:28:23 +01:00 committed by GitHub
commit d0b24f28fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];