gnome-shell: 49.1 → 49.2

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/49.1...49.2

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Doron Behar
2025-11-27 23:06:57 +08:00
committed by Bobby Rong
parent 0809e85a3b
commit 4aa7d2c67e
+2 -2
View File
@@ -73,7 +73,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "49.1";
version = "49.2";
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-tC0HMYnkAK+U/Dna66vlo2e7D2z3hOxc6VFodZXvvOs=";
hash = "sha256-0TuFXY35nev37M+BC24FT9sK64fvixMZGKbkyRl6Asc=";
};
patches = [