s3fs: 1.90 -> 1.91
This commit is contained in:
parent
12769bc7e1
commit
87c955386c
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "s3fs-fuse";
|
pname = "s3fs-fuse";
|
||||||
version = "1.90";
|
version = "1.91";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3fs-fuse";
|
owner = "s3fs-fuse";
|
||||||
repo = "s3fs-fuse";
|
repo = "s3fs-fuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-tcoINdkPfIdO0VMQ5tdpKcslpvvgVhaJiDFnS/ix0sc=";
|
sha256 = "sha256-41IgUgpVZiIzi3N5kgX7PAhgnd+i/FH1o8t5y3Uw14g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl libxml2 fuse ];
|
buildInputs = [ curl openssl libxml2 fuse ];
|
||||||
|
|
Loading…
Reference in a new issue