gnome-software: 47.0 → 47.1

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/47.0...47.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-10-10 14:34:52 +00:00
parent a4c6f66014
commit 51c5b5dfa9
No known key found for this signature in database

View File

@ -48,11 +48,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-software";
version = "47.0";
version = "47.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major finalAttrs.version}/gnome-software-${finalAttrs.version}.tar.xz";
hash = "sha256-Tz6bMPLUiFGYMp5GB25e2bW9fgmQYq5ic3etjZuVVu8=";
hash = "sha256-k8pQA2YxZ0VZTvBfytHAXPQ/Au+PZggMF/fruMo/NL8=";
};
patches = [