From 65666128992f73018e4cad71a7e96813f2031b19 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 11 Jun 2022 11:56:32 +0200 Subject: [PATCH] sshfs: 3.7.2 -> 3.7.3 https://github.com/libfuse/sshfs/releases/tag/sshfs-3.7.3: > This is the last release from the current maintainer. SSHFS is now no > longer maintained or developed. Github issue tracking and pull > requests have therefore been disabled. The mailing list (see below) is > still available for use. > > If you would like to take over this project, you are welcome to do so. > Please fork it and develop the fork for a while. Once there has been 6 > months of reasonable activity, please contact Nikolaus@rath.org and > I'll be happy to give you ownership of this repository or replace with > a pointer to the fork. --- pkgs/tools/filesystems/sshfs-fuse/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/filesystems/sshfs-fuse/default.nix b/pkgs/tools/filesystems/sshfs-fuse/default.nix index 879199347bd1..2f11bb0047ad 100644 --- a/pkgs/tools/filesystems/sshfs-fuse/default.nix +++ b/pkgs/tools/filesystems/sshfs-fuse/default.nix @@ -22,7 +22,7 @@ in if stdenv.isDarwin then } else mkSSHFS { - version = "3.7.2"; - sha256 = "0i0ycgwdxja8313hlkrlwrl85a4ykkyqddgg484jkr4rnr7ylk8w"; + version = "3.7.3"; + sha256 = "0s2hilqixjmv4y8n67zaq374sgnbscp95lgz5ignp69g3p1vmhwz"; platforms = lib.platforms.linux; }