gnome-user-share: 48.2 → 48.3

https://gitlab.gnome.org/GNOME/gnome-user-share/-/compare/48.2...48.3
This commit is contained in:
Tom Hunze
2026-06-09 17:46:43 +00:00
committed by Bobby Rong
parent 391ebae794
commit b8764a66a6
+2 -2
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 {