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
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "48.3";
version = "48.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-+wID/HSFk/FOUXMmGOHwQlJf1xl2Sg/bDuP2/kE6mys=";
hash = "sha256-QOLtdLRTZ/DKOPv6oKtHCGjSNZHQPcQNCr1v930jtwc=";
};
patches = [