icewm: 3.3.3 -> 3.3.4

This commit is contained in:
R. Ryantm 2023-05-06 23:23:37 +00:00 committed by Anderson Torres
parent e886f6d0a7
commit e50a4cdfa7

View file

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