gnome-software: 49.3 → 50.0

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/49.3...50.0
This commit is contained in:
Bobby Rong
2026-05-06 23:03:29 +08:00
parent d557c2fc15
commit 23279c7f83
+2 -2
View File
@@ -48,11 +48,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-software";
version = "49.3";
version = "50.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major finalAttrs.version}/gnome-software-${finalAttrs.version}.tar.xz";
hash = "sha256-9kbbLxK89Ag3K2tJrpEJn85S0OrHYs6iMRqMik3/nQA=";
hash = "sha256-NRXiAV8jW2q7ejQoBgCKyx8YTCnZxM7TWB+O1MHxwkE=";
};
patches = [