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

urh: 2.4.2 -> 2.5.1
This commit is contained in:
markuskowa 2018-12-16 02:09:38 +01:00 committed by GitHub
commit 9a24029d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
python3Packages.buildPythonApplication rec {
name = "urh-${version}";
version = "2.4.2";
version = "2.5.1";
src = fetchFromGitHub {
owner = "jopohl";
repo = "urh";
rev = "v${version}";
sha256 = "1irwrhfbvl3ds8bi69laf8h0fyph0kpwrbfy0q8xh0w3l222sj3m";
sha256 = "01n4swm2q2i10qvhfw1q04wxf48xwqlddfg7842ff98i2d9yxy13";
};
buildInputs = [ hackrf rtl-sdr airspy limesuite ];