gnome-user-share: 48.2 → 48.3

https://gitlab.gnome.org/GNOME/gnome-user-share/-/compare/48.2...48.3
(cherry picked from commit b8764a66a6)
This commit is contained in:
Tom Hunze 2026-06-09 17:46:43 +00:00 committed by github-actions[bot]
commit 07598f9f5b

View file

@ -26,11 +26,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-user-share";
version = "48.2";
version = "48.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-user-share/${lib.versions.major finalAttrs.version}/gnome-user-share-${finalAttrs.version}.tar.xz";
hash = "sha256-Ayho1Ar4UIC6Thi6XatGwOZj7H5DiUnwgsgFeV9ivwY=";
hash = "sha256-oE1IP0mz92naj/Xi0/y/++rztsa3HYLSoqYju0seDdQ=";
};
cargoDeps = rustPlatform.fetchCargoVendor {