From 0655b6906c73c15b44f8e89b58bc28de511ce1bf Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 6 Aug 2024 04:11:32 +0000 Subject: [PATCH] curlftpfs: implement readdir i think now all the stuff you'd expect of a basic fs now actually works --- pkgs/additional/curlftpfs-sane/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/additional/curlftpfs-sane/default.nix b/pkgs/additional/curlftpfs-sane/default.nix index 105889670..31a6a888f 100644 --- a/pkgs/additional/curlftpfs-sane/default.nix +++ b/pkgs/additional/curlftpfs-sane/default.nix @@ -17,7 +17,7 @@ owner = "colin"; repo = "curlftpfs"; rev = "fuse3"; - hash = "sha256-Vad9BSJCPllotk0t3IoJxlaUcmdoIdOIgXkZrNIHowE="; + hash = "sha256-bP8G1gzXaAnjpjVJQk4x1FHOlDqYWU9ZaAV5fEvTF14="; }; # `mount` clears PATH before calling the mount helper (see util-linux/lib/env.c), # so the traditional /etc/fstab approach of fstype=fuse and device = curlftpfs#URI doesn't work.