gnome.gnome-shell: 44.2 → 44.3

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.2...44.3
This commit is contained in:
Jan Tojnar 2023-07-08 20:16:25 +00:00
parent 33fadac229
commit 5a5c307192

View File

@ -67,13 +67,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gnome-shell";
version = "44.2";
version = "44.3";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "VfJ57GMDt8DIkkbs7YEkfIf8HHOUj0XrISpkchjRtj8=";
sha256 = "VWlLccLuTq72DZNCgAPy6qTPABhoSPXja0XP5Qb8Mb8=";
};
patches = [