gnome.gnome-shell: 44.3 → 44.4

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.3...44.4
This commit is contained in:
Jan Tojnar 2023-09-07 05:35:07 +00:00
parent 28fb2d91b4
commit 41acd5bc57

View file

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