sshfs: 3.3.0 -> 3.3.1

This commit is contained in:
Michael Weiss 2017-10-26 07:55:51 +02:00
parent 66b63d2f5a
commit 6951604011

View File

@ -6,14 +6,14 @@ let
inherit (stdenv.lib) optional;
rpath = stdenv.lib.makeLibraryPath [ fuse3 glib ];
in stdenv.mkDerivation rec {
version = "3.3.0";
version = "3.3.1";
name = "sshfs-fuse-${version}";
src = fetchFromGitHub {
owner = "libfuse";
repo = "sshfs";
rev = "sshfs-${version}";
sha256 = "1hn5c0059ppjqygdhvapxm7lrqm5bnpwaxgjylskz04c0vr8nygp";
sha256 = "15z1mlad09llckkadvjfzmbv14fbq218xmb4axkmi7kzixbi41hv";
};
patches = optional buildManPages ./build-man-pages.patch;