gnome-software: 46.4 → 47.beta

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/46.4...47.beta

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-08-07 13:35:29 +00:00
parent e9d9c8881b
commit e68a8f50f1
No known key found for this signature in database

View File

@ -20,6 +20,7 @@
gspell,
libxslt,
gobject-introspection,
itstool,
flatpak,
fwupd,
gtk4,
@ -47,11 +48,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-software";
version = "46.4";
version = "47.beta";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major finalAttrs.version}/gnome-software-${finalAttrs.version}.tar.xz";
hash = "sha256-ZVTR3gfnxjUtqLBjhP6hPaZJnXHAW1rQANjiHLFT9a8=";
hash = "sha256-nbewKlWuQm5lNtfI+8dXVLYgQMBfAMT+azoh3IX3jYY=";
};
patches = [
@ -75,6 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
gtk-doc
desktop-file-utils
gobject-introspection
itstool
];
buildInputs = [