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

icewm: 3.4.6 -> 3.4.7
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-26 11:11:22 +00:00 committed by GitHub
commit 90d604856f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "icewm";
version = "3.4.6";
version = "3.4.7";
src = fetchFromGitHub {
owner = "ice-wm";
repo = "icewm";
rev = finalAttrs.version;
hash = "sha256-j4o4/Q+WWuVPZM/rij2miC7ApWrBNhzve2TAPEXIU20=";
hash = "sha256-p7qbmR8NcE8mgmlTtkHxVRo4DDUHPMiAUhdF3zm9IEc=";
};
nativeBuildInputs = [