gnome.gnome-shell: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/46.0...46.1
This commit is contained in:
Maxine Aubrey 2024-04-22 21:40:53 +02:00
parent 0bd22df46d
commit d277117e0b
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -66,13 +66,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "46.0";
version = "46.1";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
hash = "sha256-a8QTQLbeBXdOl8/iD+uobis8ycgTkRjyS9hKxj6CtT4=";
hash = "sha256-ZPmZhEwQHmO/KU1FsTjeVjGa0vMmKCchqtD6hgZTs2k=";
};
patches = [