gnuradio: 3.7.10.1 -> 3.7.11
This commit is contained in:
parent
1466bdd98f
commit
b0b9182241
@ -23,11 +23,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnuradio-${version}";
|
name = "gnuradio-${version}";
|
||||||
version = "3.7.10.1";
|
version = "3.7.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://gnuradio.org/releases/gnuradio/${name}.tar.gz";
|
url = "https://gnuradio.org/releases/gnuradio/${name}.tar.gz";
|
||||||
sha256 = "0ds9mcw8hgm03f82jvp3j4mm02ha6zvsl77lp13jzqmbqifbdmv3";
|
sha256 = "1m2jf8lafr6pr2dlm40nbvr6az8gwjfkzpbs4fxzv3l5hcqvmnc7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||||||
environments to support both wireless communications research and
|
environments to support both wireless communications research and
|
||||||
real-world radio systems.
|
real-world radio systems.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.gnuradio.org;
|
homepage = https://www.gnuradio.org;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ bjornfor fpletz ];
|
maintainers = with maintainers; [ bjornfor fpletz ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user