Merge pull request #9349 from offlinehacker/pkgs/s3fs/update/1.79
s3fs: Update to 1.79
This commit is contained in:
commit
7e1c5f416c
@ -1,14 +1,18 @@
|
|||||||
{stdenv, fetchurl, autoconf, automake, pkgconfig, curl, openssl, libxml2, fuse}:
|
{stdenv, fetchurl, autoconf, automake, pkgconfig, curl, openssl, libxml2, fuse}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "s3fs-fuse-1.78";
|
name = "s3fs-fuse-1.79";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.78.tar.gz;
|
url = https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.79.tar.gz;
|
||||||
sha256 = "1xcp0bqa4a2ynjn5phb1pj70wm322czhqp4qcb27d5jd545b1h1n";
|
sha256 = "0rmzkngzq040g020pv75qqx3jy34vdxzqvxz29k6q8yfb3wpkhb1";
|
||||||
};
|
};
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh";
|
||||||
buildInputs = [ autoconf automake pkgconfig curl openssl libxml2 fuse ];
|
buildInputs = [ autoconf automake pkgconfig curl openssl libxml2 fuse ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
ln -s $out/bin/s3fs $out/bin/mount.s3fs
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Mount an S3 bucket as filesystem through FUSE";
|
description = "Mount an S3 bucket as filesystem through FUSE";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user