windowmaker: 0.95.7 -> 0.95.8
This commit is contained in:
parent
553964ca71
commit
afcea0c27a
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "windowmaker-${version}";
|
name = "windowmaker-${version}";
|
||||||
version = "0.95.7";
|
version = "0.95.8";
|
||||||
srcName = "WindowMaker-${version}";
|
srcName = "WindowMaker-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://windowmaker.org/pub/source/release/${srcName}.tar.gz";
|
url = "http://windowmaker.org/pub/source/release/${srcName}.tar.gz";
|
||||||
sha256 = "1acph0nq6fsb452sl7j7a7kcc87zqqaw7qms1p8ijar19dn4hbc4";
|
sha256 = "12p8kljqgx5hnic0zvs5mxwp7kg21sb6qjagb2qw8ydvf5amrgwx";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
@ -36,8 +36,8 @@ stdenv.mkDerivation rec {
|
||||||
contributions being made by programmers from around the world.
|
contributions being made by programmers from around the world.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue