gnome-shell: 50.0 → 50.1

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/50.0...50.1
This commit is contained in:
Bobby Rong
2026-05-06 23:23:40 +08:00
parent 179db91f9d
commit 898bfc59a8
+2 -2
View File
@@ -74,7 +74,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "50.0";
version = "50.1";
outputs = [
"out"
@@ -83,7 +83,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-hZUvvUkpz+YTuHayI34NE0ZLDCeIuKmGf7UcJgJVsOM=";
hash = "sha256-G0d2AXLBTz9O3Rya/zZfTeRVg1F78PgN9NOsvU5MspQ=";
};
patches = [