gr-osmosdr: 2018-08-15 -> 0.1.5
switch back to release
This commit is contained in:
parent
c7773d7dd6
commit
6fc0d88cfa
@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
assert pythonSupport -> python != null && swig != null;
|
assert pythonSupport -> python != null && swig != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gr-osmosdr";
|
pname = "gr-osmosdr";
|
||||||
version = "2018-08-15";
|
version = "0.1.5";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.osmocom.org/gr-osmosdr";
|
url = "git://git.osmocom.org/gr-osmosdr";
|
||||||
rev = "4d83c6067f059b0c5015c3f59f8117bbd361e877";
|
rev = "v${version}";
|
||||||
sha256 = "1d5nb47506qry52bg4cn02d3l4lwxwz44g2fz1ph0q93c7892j60";
|
sha256 = "0bf9bnc1c3c4yqqqgmg3nhygj6rcfmyk6pybi27f7461d2cw1drv";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user