summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2022-08-14 12:20:23 +0200
committerGitHub <noreply@github.com>2022-08-14 12:20:23 +0200
commit0a8de67b93ff38ff8d538db83c31d08025c66bf2 (patch)
tree2b1cae6ba53889b633c5bcecf893a385821a91d4 /pkgs
parentb6b9478ec1d2d8b7f0ee3c5f6a4e9d8140e49191 (diff)
parent2ecfd05765e7dc9993f4cdfac98bb18dc09cb192 (diff)
downloadnixpkgs-0a8de67b93ff38ff8d538db83c31d08025c66bf2.tar
nixpkgs-0a8de67b93ff38ff8d538db83c31d08025c66bf2.tar.gz
nixpkgs-0a8de67b93ff38ff8d538db83c31d08025c66bf2.tar.bz2
nixpkgs-0a8de67b93ff38ff8d538db83c31d08025c66bf2.tar.lz
nixpkgs-0a8de67b93ff38ff8d538db83c31d08025c66bf2.tar.xz
nixpkgs-0a8de67b93ff38ff8d538db83c31d08025c66bf2.tar.zst
nixpkgs-0a8de67b93ff38ff8d538db83c31d08025c66bf2.zip
Merge pull request #186533 from r-ryantm/auto-update/gnome.gnome-shell
gnome.gnome-shell: 42.3.1 -> 42.4
Diffstat (limited to 'pkgs')
-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 079e64ad3dd..833e0575e33 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 rec {
   pname = "gnome-shell";
-  version = "42.3.1";
+  version = "42.4";
 
   outputs = [ "out" "devdoc" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
-    sha256 = "ffqzLfrDzWTUYSkYyph8+zMjjvoJJ5h1PIhF/xaTX30=";
+    sha256 = "h1/ylw6p+3oFUG4yoNUNyRf0G0yjcTS0E3f5yChzxU4=";
   };
 
   patches = [