about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-01-09 13:34:49 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-12 12:46:14 +0000
commit2e27578fa5067d05e568ddf83f49469b5e1d57ae (patch)
tree948180336825f3662e69425debb0240777931e04
parenta2fe8d21f66713c3c18617b166805c834f1a4016 (diff)
gnome.gnome-shell: 45.2 → 45.3
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.2...45.3
(cherry picked from commit 40a254f716bbc3ee1073c6178de7d32d9c6e3cc9)
-rw-r--r--pkgs/desktops/gnome/core/gnome-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome/core/gnome-shell/default.nix b/pkgs/desktops/gnome/core/gnome-shell/default.nix
index 85f5b5d42cb04..f3d4317f461a7 100644
--- a/pkgs/desktops/gnome/core/gnome-shell/default.nix
+++ b/pkgs/desktops/gnome/core/gnome-shell/default.nix
@@ -67,13 +67,13 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "gnome-shell";
-  version = "45.2";
+  version = "45.3";
 
   outputs = [ "out" "devdoc" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
-    sha256 = "igz7+HKxp2JpbIbhPe/p82dekteVFOup0AC1thHCaiM=";
+    sha256 = "OhlyRyDYJ03GvO1o4N1fx2aKBM15l4y7uCI0dMzdqas=";
   };
 
   patches = [