gnome.gnome-software: 45.3 → 46.0

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/45.3...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong 2024-02-13 11:26:27 +00:00 committed by Maxine Aubrey
parent 894ad2081f
commit f8152d1d17
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, substituteAll
, pkg-config
, meson
@ -46,11 +45,11 @@ in
stdenv.mkDerivation rec {
pname = "gnome-software";
version = "45.3";
version = "46.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "1rkkWyIjfae9FzndKMI8yPODX5n6EMEDfZ3XY1M1JRw=";
hash = "sha256-EYkwAru1QIKJZoNwe8OZGuVaLzBAgRp2DjqSyWVE+G4=";
};
patches = [
@ -58,17 +57,6 @@ stdenv.mkDerivation rec {
src = ./fix-paths.patch;
inherit isocodes;
})
# Add support for AppStream 1.0.
# https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2393
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-software/-/commit/0655f358ed0e8455e12d9634f60bc4dbaee434e3.patch";
hash = "sha256-8IXXUfNeha5yRlRLuxQV8whwQmyNw7Aoi/r5NNFS/zA=";
})
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-software/-/commit/e431ab003f3fabf616b6eb7dc93f8967bc9473e5.patch";
hash = "sha256-Y5GcC1XMbb9Bl2/VKFnrV1B/ipLKxY4guse25LhxhKM=";
})
];
nativeBuildInputs = [