gnome.gnome-shell: 46.3.1 → 46.4

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/46.3.1...46.4
This commit is contained in:
Bobby Rong 2024-08-06 12:59:30 +00:00
parent 2b214f090f
commit 621e17a30a
No known key found for this signature in database

View File

@ -68,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "46.3.1";
version = "46.4";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
hash = "sha256-575fxu4sxSitJh3HpVyN5aMkEtPWhAoKB14PwSoH/4s=";
hash = "sha256-GIRo/nLpCsSyNOnU0HB9YH/q85oT0lvTqj63XlWj4FI=";
};
patches = [