icewm: 3.4.1 -> 3.4.2

This commit is contained in:
R. Ryantm
2023-10-04 05:06:46 +00:00
committed by Anderson Torres
parent 5db719f69c
commit b5490963be

View File

@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-KgdCgKR3KqDf9GONCBRkLpNLoOycE0y4UXxHxBqNudk=";
hash = "sha256-s1gupU5AOQOMqz8YRMIBc2Oe7DMnlGgXitcq7CFWwSE=";
};
nativeBuildInputs = [