gnome-shell: 49.2 → 49.3

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/49.2...49.3
This commit is contained in:
Bobby Rong
2026-01-24 21:30:01 +08:00
parent a3d1954f86
commit f906295f0c
+2 -2
View File
@@ -73,7 +73,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "49.2";
version = "49.3";
outputs = [
"out"
@@ -82,7 +82,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-0TuFXY35nev37M+BC24FT9sK64fvixMZGKbkyRl6Asc=";
hash = "sha256-KPDb1kRS8AVxKfImdTyV0nJt4H8fX0c63cfDxQem0xo=";
};
patches = [