3
0
Fork 0
forked from mirrors/nixpkgs

icewm: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm 2022-11-15 05:09:21 +00:00
parent a82e6b5dae
commit de55c52759

View file

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-CLRLDJtp/rrdckzBKgof+vYFi+sqszevtCNGwokNxI0=";
hash = "sha256-tVbBV3eaZ9MUXlzriiOeEuzojI3GHNaXRBjdsQjXrzw=";
};
nativeBuildInputs = [