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

s3fs: 1.87 -> 1.88
This commit is contained in:
Mario Rodas 2021-01-24 11:33:15 -05:00 committed by GitHub
commit c78a02e0b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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