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

icewm: 3.2.3 -> 3.3.0
This commit is contained in:
Anderson Torres 2022-12-22 19:58:30 -03:00 committed by GitHub
commit 318315264e
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.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 = [