Merge pull request #89987 from r-ryantm/auto-update/icewm
icewm: 1.6.5 -> 1.6.6
This commit is contained in:
commit
02ff18c796
@ -9,13 +9,13 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "icewm";
|
pname = "icewm";
|
||||||
version = "1.6.5";
|
version = "1.6.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bbidulock";
|
owner = "bbidulock";
|
||||||
repo = "icewm";
|
repo = "icewm";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1glzpkpl0vl5sjn1d9jlvwd9ch16dvxvsf2n310kb0ycpfkl84vs";
|
sha256 = "05jg2gs5cdxn2kfm2y6yrqxpza5s1zsgb52168psmzhb4nakpv42";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig perl asciidoc ];
|
nativeBuildInputs = [ cmake pkgconfig perl asciidoc ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user