gnome.gnome-shell: 45.3 → 45.4

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.3...45.4
This commit is contained in:
Bobby Rong 2024-02-12 15:17:44 +00:00
parent a68ed7d3de
commit 8027502e17
No known key found for this signature in database

View File

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