Merge pull request #204733 from r-ryantm/auto-update/icewm

icewm: 3.2.2 -> 3.2.3
This commit is contained in:
Anderson Torres 2022-12-06 11:52:22 -03:00 committed by GitHub
commit 0d85338c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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