diff --git a/pkgs/development/libraries/gvfs/default.nix b/pkgs/development/libraries/gvfs/default.nix index b88daae22db8..d151ca408b58 100644 --- a/pkgs/development/libraries/gvfs/default.nix +++ b/pkgs/development/libraries/gvfs/default.nix @@ -46,11 +46,11 @@ stdenv.mkDerivation rec { pname = "gvfs"; - version = "1.50.6"; + version = "1.51.90"; src = fetchurl { url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor version}/gvfs-${version}.tar.xz"; - hash = "sha256-xPbhH8TqqZM/TbjHo0R14GaM6tK//tloZ9Bhvj053aU="; + hash = "sha256-wFqqfPRjVA+4yQl8+bd9kvLI4N4dzWQ6+xTBKE+CO90="; }; patches = [ @@ -61,10 +61,7 @@ stdenv.mkDerivation rec { ]; postPatch = '' - # patchShebangs requires executable file - chmod +x meson_post_install.py - patchShebangs meson_post_install.py - patchShebangs test test-driver + patchShebangs test ''; nativeBuildInputs = [