icewm: 3.2.3 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-12-22 13:06:30 +00:00
parent b10a520017
commit c06db03769

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.2.3";
version = "3.3.0";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-cG+I7WMWboMNH6A0eKFI3evN16C5EGE127q+a/PBR5E=";
hash = "sha256-Zl7ob0JcFN8sl8Zuf2aB7l7q3W8GmvVBoI1W3aLLXfU=";
};
nativeBuildInputs = [