sshfs-fuse: 2.10 -> 3.2.0

This commit is contained in:
Michael Weiss 2017-08-19 21:42:50 +02:00
parent 351f5fc585
commit 137142a72c
2 changed files with 5 additions and 4 deletions

View file

@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, pkgconfig, glib, fuse, autoreconfHook }:
{ stdenv, fetchFromGitHub, pkgconfig, glib, fuse3, autoreconfHook }:
stdenv.mkDerivation rec {
version = "2.10"; # Temporary (need to add libfuse 3.x first)
version = "3.2.0";
name = "sshfs-fuse-${version}";
src = fetchFromGitHub {
owner = "libfuse";
repo = "sshfs";
rev = "sshfs-${version}";
sha256 = "1dmw4kx6vyawcywiv8drrajnam0m29mxfswcp4209qafzx3mjlp1";
sha256 = "09pqdibhcj1p7m6vxkqiprvbcxp9iq2lm1hb6w7p8iarmvp80rlv";
};
buildInputs = [ pkgconfig glib fuse autoreconfHook ];
buildInputs = [ pkgconfig glib fuse3 autoreconfHook ];
postInstall = ''
mkdir -p $out/sbin

View file

@ -135,6 +135,7 @@ mapAliases (rec {
spaceOrbit = space-orbit; # addewd 2016-05-23
speedtest_cli = speedtest-cli; # added 2015-02-17
sqliteInteractive = sqlite-interactive; # added 2014-12-06
sshfs = sshfs-fuse; # added 2017-08-14
sshfsFuse = sshfs-fuse; # added 2016-09
surf-webkit2 = surf; # added 2017-04-02
system_config_printer = system-config-printer; # added 2016-01-03