xlog: 2.0.15 -> 2.0.17
This commit is contained in:
parent
9cd7762a91
commit
08be9340fb
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, glib, gtk2, pkgconfig, hamlib }:
|
{ stdenv, fetchurl, glib, gtk2, pkgconfig, hamlib }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xlog-${version}";
|
pname = "xlog";
|
||||||
version = "2.0.15";
|
version = "2.0.17";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.savannah.gnu.org/releases/xlog/${name}.tar.gz";
|
url = "https://download.savannah.gnu.org/releases/xlog/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0an883wqw3zwpw8nqinm9cb17hp2xw9vf603k4l2345p61jqdw2j";
|
sha256 = "0vmn8518zk7qk1mbp1h8dm0f8fx0z0jvmy42c1n15il714lj7vsl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glib pkgconfig gtk2 hamlib ];
|
buildInputs = [ glib pkgconfig gtk2 hamlib ];
|
||||||
@ -25,5 +25,4 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user