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
This commit is contained in:
R. RyanTM 2019-07-20 15:41:13 -07:00
parent 663542ad04
commit 0ad3219a23
1 changed files with 2 additions and 2 deletions

View File

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