1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

urh: 2.4.0 -> 2.4.2 (#50543)

This commit is contained in:
R. RyanTM 2018-11-17 23:41:03 -08:00 committed by Franz Pletz
parent 47b3086bdf
commit b586640f55

View file

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