Skip to content

Commit

Permalink
sshfs-fuse: 2.7 -> 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed May 14, 2017
1 parent f2eb770 commit 640d434
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
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, pkgconfig, glib, fuse, autoreconfHook }:

stdenv.mkDerivation rec {
version = "2.7";
version = "2.9";
name = "sshfs-fuse-${version}";

src = fetchFromGitHub {
repo = "sshfs";
owner = "libfuse";
rev = "sshfs-${version}";
sha256 = "17l9b89zy5qzfcknw3krk74rfrqaa8q1r8jwdsahaqajsy09h4x4";
sha256 = "1n0cq72ps4dzsh72fgfprqn8vcfr7ilrkvhzpy5500wjg88diapv";
};

buildInputs = [ pkgconfig glib fuse autoreconfHook ];
Expand Down

0 comments on commit 640d434

Please sign in to comment.