gnome-user-share: 48.1 → 48.2

https://gitlab.gnome.org/GNOME/gnome-user-share/-/compare/48.1...48.2

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Doron Behar
2025-11-27 23:06:57 +08:00
committed by Bobby Rong
parent 4aa7d2c67e
commit d5bb8a9fee
+2 -2
View File
@@ -26,11 +26,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-user-share";
version = "48.1";
version = "48.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-user-share/${lib.versions.major finalAttrs.version}/gnome-user-share-${finalAttrs.version}.tar.xz";
hash = "sha256-grz9TvPqf9eyr3+6mkW0dOF03NgowcS/5/+KLvhYunc=";
hash = "sha256-Ayho1Ar4UIC6Thi6XatGwOZj7H5DiUnwgsgFeV9ivwY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {