gnome-shell: 47.0 → 47.1

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.0...47.1
This commit is contained in:
Bobby Rong
2024-11-09 23:02:07 +08:00
parent d45192210e
commit b3b9989a36
+2 -2
View File
@@ -70,7 +70,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "47.0";
version = "47.1";
outputs = [
"out"
@@ -79,7 +79,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-eiB3DGKQrWmpqCyEl8sn4b+GPzh9sl6Y5ULk9sXwbe0=";
hash = "sha256-tGdXX4wVnSBVclhRfw3Wjf0BR9EbSNl6uOH3CbxSKmM=";
};
patches = [