Merge pull request #186533 from r-ryantm/auto-update/gnome.gnome-shell

gnome.gnome-shell: 42.3.1 -> 42.4
This commit is contained in:
maxine [they] 2022-08-14 12:20:23 +02:00 committed by GitHub
commit 0a8de67b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [