gnome-shell: 47.3 → 47.4

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.3...47.4
This commit is contained in:
Jan Tojnar
2025-02-08 22:04:12 +01:00
parent 2622b71933
commit 773541af05
+2 -2
View File
@@ -69,7 +69,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "47.3";
version = "47.4";
outputs = [
"out"
@@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
hash = "sha256-eD3rmghlEeSlPbEFdL+7ppVXb2mAeCGMpsgMse/sKT4=";
hash = "sha256-aAuvaU9F+PyDLSRa2mxjtfxLAwzPvrv8Dg47wo2i5G0=";
};
patches = [