Skip to content

Commit 640d434

Browse files
committedMay 14, 2017
sshfs-fuse: 2.7 -> 2.9
1 parent f2eb770 commit 640d434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/filesystems/sshfs-fuse/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ stdenv, fetchFromGitHub, pkgconfig, glib, fuse, autoreconfHook }:
22

33
stdenv.mkDerivation rec {
4-
version = "2.7";
4+
version = "2.9";
55
name = "sshfs-fuse-${version}";
66

77
src = fetchFromGitHub {
88
repo = "sshfs";
99
owner = "libfuse";
1010
rev = "sshfs-${version}";
11-
sha256 = "17l9b89zy5qzfcknw3krk74rfrqaa8q1r8jwdsahaqajsy09h4x4";
11+
sha256 = "1n0cq72ps4dzsh72fgfprqn8vcfr7ilrkvhzpy5500wjg88diapv";
1212
};
1313

1414
buildInputs = [ pkgconfig glib fuse autoreconfHook ];

0 commit comments

Comments
 (0)