From a47453008ce440a8ca5eca980cc4eadb6fc60131 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 7 Aug 2023 07:55:35 +0000 Subject: [PATCH] =?UTF-8?q?gvfs:=201.50.6=20=E2=86=92=201.51.90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.50.6...1.51.90 Use gnome.post_install(). https://github.com/GNOME/gvfs/commit/e206a98a96b3f2ace8f8f4968f6de54e7312a567 While at it, removes non-existent `test-driver` from patchShebangs args. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/development/libraries/gvfs/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 = [