gnome-shell: 47.1 → 47.2

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/47.1...47.2
This commit is contained in:
Bobby Rong
2024-12-08 08:34:58 +08:00
parent e4e7c17dd8
commit c2b9cd8edd
+2 -2
View File
@@ -70,7 +70,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "47.1";
version = "47.2";
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-tGdXX4wVnSBVclhRfw3Wjf0BR9EbSNl6uOH3CbxSKmM=";
hash = "sha256-QYTQGhq4LLQh0couK8zgKSzrRsTHSeYbC95LdQBNLgA=";
};
patches = [