gnome-shell: 48.3 → 48.4

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/48.3...48.4
This commit is contained in:
Bobby Rong 2025-08-09 05:57:15 +00:00
parent a2c4016c3e
commit b833c70bfb
No known key found for this signature in database

View File

@ -69,7 +69,7 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell"; pname = "gnome-shell";
version = "48.3"; version = "48.4";
outputs = [ outputs = [
"out" "out"
@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz"; url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
hash = "sha256-+wID/HSFk/FOUXMmGOHwQlJf1xl2Sg/bDuP2/kE6mys="; hash = "sha256-QOLtdLRTZ/DKOPv6oKtHCGjSNZHQPcQNCr1v930jtwc=";
}; };
patches = [ patches = [