Skip to content

Commit

Permalink
sshfs: 3.3.0 -> 3.3.1
Browse files Browse the repository at this point in the history
primeos committed Oct 26, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 66b63d2 commit 6951604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/sshfs-fuse/default.nix
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 6951604

Please sign in to comment.