gnome-user-share: 48.0 → 48.1

https://gitlab.gnome.org/GNOME/gnome-user-share/-/compare/48.0...48.1
This commit is contained in:
Bobby Rong 2025-07-13 14:52:55 +00:00
parent 4fed923d21
commit f1ad3fdb48
No known key found for this signature in database

View File

@ -26,11 +26,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-user-share";
version = "48.0";
version = "48.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-user-share/${lib.versions.major finalAttrs.version}/gnome-user-share-${finalAttrs.version}.tar.xz";
hash = "sha256-tVgFBwGVwvZYQVuc0shbLNFOqYHWGCOlANTWK4v4OAE=";
hash = "sha256-grz9TvPqf9eyr3+6mkW0dOF03NgowcS/5/+KLvhYunc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {