s3fs: 1.89 -> 1.90
This commit is contained in:
parent
717538e908
commit
40e9580ce4
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.89";
|
version = "1.90";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3fs-fuse";
|
owner = "s3fs-fuse";
|
||||||
repo = "s3fs-fuse";
|
repo = "s3fs-fuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Agb0tq7B98Ioe0G/XEZCYcFQKnMuYXX9x0yg4Gvu3/k=";
|
sha256 = "sha256-tcoINdkPfIdO0VMQ5tdpKcslpvvgVhaJiDFnS/ix0sc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl libxml2 fuse ];
|
buildInputs = [ curl openssl libxml2 fuse ];
|
||||||
|
|
Loading…
Reference in a new issue