Merge pull request #58758 from markuskowa/upd-grlime
gnuradio-limesdr: 1.0.0-RC -> 2.0.0
This commit is contained in:
commit
e23f1a227a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
assert pythonSupport -> python != null && swig != null;
|
assert pythonSupport -> python != null && swig != null;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.0-RC";
|
version = "2.0.0";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "gnuradio-limesdr-${version}";
|
name = "gnuradio-limesdr-${version}";
|
||||||
|
@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
|
||||||
owner = "myriadrf";
|
owner = "myriadrf";
|
||||||
repo = "gr-limesdr";
|
repo = "gr-limesdr";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0b34mg9nfar2gcir98004ixrxmxi8p3p2hrvvi1razd869x2a0lf";
|
sha256 = "0ldqvfwl0gil89l9s31fjf9d7ki0dk572i8vna336igfaz348ypq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue