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

icewm: 3.4.7 -> 3.5.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-21 21:49:09 +00:00 committed by GitHub
commit b554073b09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.4.7";
version = "3.5.0";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-p7qbmR8NcE8mgmlTtkHxVRo4DDUHPMiAUhdF3zm9IEc=";
hash = "sha256-n0p8i6v6QreCFiChngHnx+5K4Djj34/+dmIA+bj/0cU=";
};
nativeBuildInputs = [