icewm: 3.3.4 -> 3.3.5

This commit is contained in:
R. Ryantm 2023-05-20 18:24:14 +00:00 committed by Anderson Torres
parent 295e234658
commit 8bf3e834da

View file

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.3.4";
version = "3.3.5";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-Ygu10QF+cbjA0qy3k8/A9QX5xSthXcPy0wII3tXLH68=";
hash = "sha256-ZxHeRfdSKhU7osITPLZmC5M2Nji3GjHLPuYphsZXNJw=";
};
nativeBuildInputs = [