gnome.gnome-shell: 44.4 → 44.5

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/44.4...44.5
This commit is contained in:
Bobby Rong 2023-10-12 21:35:12 +08:00
parent 04b05a7c97
commit 554dcdfbac
No known key found for this signature in database

View File

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