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

urh: 2.1.1 -> 2.2.2
This commit is contained in:
Matthew Bauer
2018-07-05 21:50:58 -04:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "urh-${version}";
version = "2.1.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "jopohl";
repo = "urh";
rev = "v${version}";
sha256 = "1n8nkrydic2zkglz9hyrf28np3v42b4xwia068b29szivr9fmnrn";
sha256 = "0ncvfl5iyngw3lr2g7awpskrrld6y0x7w0xyp827lcr7x73fvqgp";
};
buildInputs = [ hackrf rtl-sdr ];