gnome.gnome-shell: 45.4 → 45.5

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.4...45.5
This commit is contained in:
Maxine Aubrey 2024-03-17 14:29:02 +01:00
parent 743c5f584b
commit 4e64f16048
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -67,13 +67,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "45.4";
version = "45.5";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
sha256 = "W/6jeeEgscfyN/PsNprSfvXC9ZMMffFjs5J4LYWCCQ0=";
sha256 = "sha256-vVw9PQKNRyM+QgUiPwrAKsmpc7aZvCd0OQlNQaeNarA=";
};
patches = [