gnome-desktop: 44.0 → 44.1

https://gitlab.gnome.org/GNOME/gnome-desktop/-/compare/44.0...44.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-12 13:22:12 +00:00
parent f519fe98d3
commit 5c05239fa2
No known key found for this signature in database

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "gnome-desktop";
version = "44.0";
version = "44.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-desktop/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-QsdzdF2EuhS8HPHExvRgYUiAOlzTN5QcY5ZHlfPFnUI=";
sha256 = "sha256-rnylXcngiRSZl0FSOhfSnOIjkVYmvSRioSC/lvR6eas=";
};
patches = lib.optionals stdenv.hostPlatform.isLinux [