gnome-software: 48.2 → 48.3

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/48.2...48.3
This commit is contained in:
Bobby Rong 2025-07-13 14:52:07 +00:00
parent 5d868eded8
commit 4fed923d21
No known key found for this signature in database

View File

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