gnome-shell: 50.2 -> 50.3

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/50.2...50.3
(cherry picked from commit 93866ee249)
This commit is contained in:
Tom Hunze
2026-07-18 21:19:00 +00:00
committed by github-actions[bot]
parent 1e72eed83d
commit 4bdced7017

View File

@@ -73,7 +73,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "50.2";
version = "50.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-UyFUIOUO/dTQYRultZ4Qy0yJ+j9R4q3f2Vyt4GGgmik=";
hash = "sha256-RQRYxEom0lqbhCiOErkAXUxcRGSM/Gt5C+GaBd5/FzU=";
};
patches = [