s3fs: 1.85 -> 1.86
This commit is contained in:
parent
4506f4ae47
commit
1e13edd95a
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "s3fs-fuse";
|
pname = "s3fs-fuse";
|
||||||
version = "1.85";
|
version = "1.86";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3fs-fuse";
|
owner = "s3fs-fuse";
|
||||||
repo = "s3fs-fuse";
|
repo = "s3fs-fuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0sk2b7bxb2wzni1f39l4976dy47s7hqv62l7x7fwcjp62y22nw7m";
|
sha256 = "115zqbspr17xmidhizjmsqv9c7ql2jhmxws8wh59bpz2335kn0q7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl libxml2 fuse ];
|
buildInputs = [ curl openssl libxml2 fuse ];
|
||||||
|
|
Loading…
Reference in New Issue