Merge pull request #62583 from r-ryantm/auto-update/urh
urh: 2.5.7 -> 2.6.0
This commit is contained in:
commit
474566bccb
@ -2,14 +2,14 @@
|
|||||||
, hackrf, rtl-sdr, airspy, limesuite }:
|
, hackrf, rtl-sdr, airspy, limesuite }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "urh-${version}";
|
pname = "urh";
|
||||||
version = "2.5.7";
|
version = "2.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jopohl";
|
owner = "jopohl";
|
||||||
repo = "urh";
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "110fwlj2fw8jgrsgqfkha7lx8f06w0ymh51mgpckx8a0wycznhcy";
|
sha256 = "0yxv38p8a2srk9c55jj96vcib6m6pb6m485ysfg2ilwjzipx2ab0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ hackrf rtl-sdr airspy limesuite ];
|
buildInputs = [ hackrf rtl-sdr airspy limesuite ];
|
||||||
@ -20,9 +20,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/jopohl/urh";
|
||||||
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
|
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
|
||||||
license = licenses.asl20;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user