gvfs: 1.54.2 → 1.55.90

https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.54.2...1.55.90

The deprecated_apis meson option now defaults to false, we should see
if any build breaks.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-08-07 13:35:40 +00:00
parent ac4c213648
commit 99a83d3cc8
No known key found for this signature in database

View File

@ -46,11 +46,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gvfs";
version = "1.54.2";
version = "1.55.90";
src = fetchurl {
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor finalAttrs.version}/gvfs-${finalAttrs.version}.tar.xz";
hash = "sha256-VJCPThC18cIx6QMwyMFbfyHyu2EPGUwDSzOON5xQjjw=";
hash = "sha256-W6IxlrZUSAWbm3h8QYW6irSsUIZ36QnEHUEIbpGuLzI=";
};
patches = [