urh: 2.7.0 -> 2.7.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
This commit is contained in:
R. RyanTM 2019-07-02 19:49:38 -07:00 committed by Frederik Rietdijk
parent 4bf65cf0fa
commit 458c936fc8

View File

@ -3,13 +3,13 @@
python3Packages.buildPythonApplication rec {
pname = "urh";
version = "2.7.0";
version = "2.7.2";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "0yxv38p8a2srk9c55jj96vcib6m6pb6m485ysfg2ilwjzipx2ab0";
sha256 = "14027dcq0ag2qjpxcmsb9n1c64ypmi4rycwxzm2hajj7hk2736hv";
};
buildInputs = [ hackrf rtl-sdr airspy limesuite ];