about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/core/gnome-shell/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-12 15:17:44 +0000
committerBobby Rong <rjl931189261@126.com>2024-02-13 17:14:21 +0800
commit8027502e1791d9c003807043f7842778eef5628b (patch)
tree3f41bffda437069e300c559a34aadb8c3af5c1ed /pkgs/desktops/gnome/core/gnome-shell/default.nix
parenta68ed7d3ded8d0b95c2e23c74925362fc94c8d02 (diff)
gnome.gnome-shell: 45.3 → 45.4
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.3...45.4
Diffstat (limited to 'pkgs/desktops/gnome/core/gnome-shell/default.nix')
-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 f3d4317f461a7..93103100a064d 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.3";
+  version = "45.4";
 
   outputs = [ "out" "devdoc" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
-    sha256 = "OhlyRyDYJ03GvO1o4N1fx2aKBM15l4y7uCI0dMzdqas=";
+    sha256 = "W/6jeeEgscfyN/PsNprSfvXC9ZMMffFjs5J4LYWCCQ0=";
   };
 
   patches = [