urh: 2.7.3 -> 2.7.5

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-09-28 23:48:21 -07:00
parent c455adcc42
commit c5676fa701

View File

@ -4,13 +4,13 @@
python3Packages.buildPythonApplication rec {
pname = "urh";
version = "2.7.3";
version = "2.7.5";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "1jrrj9c4ddm37m8j0g693xjimpnlvx7lan5kxish5p14xpwdak35";
sha256 = "0v9038gl8340vdw8l30vjgjh5z7yys5w1cv9smgm1fzkcys392mh";
};
buildInputs = [ hackrf rtl-sdr airspy limesuite libiio ]