gnome.gnome-shell: 45.2 → 45.3

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.2...45.3
This commit is contained in:
Bobby Rong
2024-01-09 23:49:43 +08:00
parent 7e35e26668
commit 40a254f716
@@ -67,13 +67,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell";
version = "45.2";
version = "45.3";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major finalAttrs.version}/gnome-shell-${finalAttrs.version}.tar.xz";
sha256 = "igz7+HKxp2JpbIbhPe/p82dekteVFOup0AC1thHCaiM=";
sha256 = "OhlyRyDYJ03GvO1o4N1fx2aKBM15l4y7uCI0dMzdqas=";
};
patches = [