Merge pull request #58758 from markuskowa/upd-grlime

gnuradio-limesdr: 1.0.0-RC -> 2.0.0
This commit is contained in:
markuskowa 2019-04-02 21:25:53 +02:00 committed by GitHub
commit e23f1a227a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [