gnome-software: 49.2 → 49.3

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/49.2...49.3
This commit is contained in:
Bobby Rong
2026-01-13 21:33:27 +08:00
parent b9bc1d2774
commit f9c1f8084e
+2 -2
View File
@@ -48,11 +48,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-software";
version = "49.2";
version = "49.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major finalAttrs.version}/gnome-software-${finalAttrs.version}.tar.xz";
hash = "sha256-thC2kyqNZmQyvFjWx4xFaM1j1EKuc224vixMoBu8lGw=";
hash = "sha256-9kbbLxK89Ag3K2tJrpEJn85S0OrHYs6iMRqMik3/nQA=";
};
patches = [