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

icewm: 3.2.1 -> 3.2.2
This commit is contained in:
Anderson Torres 2022-11-15 10:08:55 -03:00 committed by GitHub
commit f2d9232995
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.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-CLRLDJtp/rrdckzBKgof+vYFi+sqszevtCNGwokNxI0=";
hash = "sha256-tVbBV3eaZ9MUXlzriiOeEuzojI3GHNaXRBjdsQjXrzw=";
};
nativeBuildInputs = [