gnome-shell: 50.1 → 50.2

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/50.1...50.2
This commit is contained in:
Tom Hunze 2026-06-09 17:41:28 +00:00 committed by Bobby Rong
commit 459d7086ca
No known key found for this signature in database

View file

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