urh: 2.5.6 -> 2.5.7

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-04-16 08:19:42 -07:00 committed by Frederik Rietdijk
parent 8d24b1e237
commit e6d053a621

View file

@ -3,13 +3,13 @@
python3Packages.buildPythonApplication rec {
name = "urh-${version}";
version = "2.5.6";
version = "2.5.7";
src = fetchFromGitHub {
owner = "jopohl";
repo = "urh";
rev = "v${version}";
sha256 = "06656lwbsjfs4hmh5xg38a1icgi49f37dkich0fx5yc92dvl8yfd";
sha256 = "110fwlj2fw8jgrsgqfkha7lx8f06w0ymh51mgpckx8a0wycznhcy";
};
buildInputs = [ hackrf rtl-sdr airspy limesuite ];