gnome-software: 48.3 → 48.4

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/48.3...48.4
This commit is contained in:
Bobby Rong 2025-08-09 05:57:34 +00:00
parent b833c70bfb
commit 0e85d45a33
No known key found for this signature in database

View File

@ -48,11 +48,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-software";
version = "48.3";
version = "48.4";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major finalAttrs.version}/gnome-software-${finalAttrs.version}.tar.xz";
hash = "sha256-Emlx6LwADdwgAXjI+sj3EU7tQt5KTiASugaz/+cH4jo=";
hash = "sha256-nNEwvGLNCLY6Ii6yZmG8xxfnXVjuGzwYgMTRt2zNJjs=";
};
patches = [