mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
ac4c213648
commit
99a83d3cc8
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user