about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-08-07 07:55:35 +0000
committerJan Tojnar <jtojnar@gmail.com>2023-11-21 08:41:35 +0100
commita47453008ce440a8ca5eca980cc4eadb6fc60131 (patch)
tree7a5839086d0d4d9b313eb0f727ef07bf54de8566
parentfb98cddaf870f95eb588f8d282c6dd927c8e955e (diff)
gvfs: 1.50.6 → 1.51.90
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 <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
-rw-r--r--pkgs/development/libraries/gvfs/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/development/libraries/gvfs/default.nix b/pkgs/development/libraries/gvfs/default.nix
index b88daae22db86..d151ca408b584 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 = [