mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
* sshfs updated to 2.4.
svn path=/nixpkgs/trunk/; revision=34076
This commit is contained in:
parent
bc43657f1e
commit
627f3574a6
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, fuse }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sshfs-fuse-2.2";
|
||||
name = "sshfs-fuse-2.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/fuse/${name}.tar.gz";
|
||||
sha256 = "08sl7q8nqwg57bxbzp2wb9h204gnl1w9c1f7zjdh7xdr9jybqvi0";
|
||||
sha256 = "1ladfxflg0pzd5br0p9n5790sf1975va7igr9z4r702n4a2vm4rw";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib fuse ];
|
||||
|
Loading…
Reference in New Issue
Block a user