Merge pull request #114428 from r-ryantm/auto-update/s3fs-fuse

s3fs: 1.88 -> 1.89
This commit is contained in:
Mario Rodas 2021-02-25 23:58:50 -05:00 committed by GitHub
commit 1756c26175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "s3fs-fuse";
version = "1.88";
version = "1.89";
src = fetchFromGitHub {
owner = "s3fs-fuse";
repo = "s3fs-fuse";
rev = "v${version}";
sha256 = "sha256-LxqTKu9F8FqHnjp1a9E/+WbH1Ol6if/OpY7LGsVE9Bw=";
sha256 = "sha256-Agb0tq7B98Ioe0G/XEZCYcFQKnMuYXX9x0yg4Gvu3/k=";
};
buildInputs = [ curl openssl libxml2 ]