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

s3fs: 1.91 -> 1.92
This commit is contained in:
Weijia Wang 2023-05-26 21:13:33 +03:00 committed by GitHub
commit 01b453a5c8
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.91";
version = "1.92";
src = fetchFromGitHub {
owner = "s3fs-fuse";
repo = "s3fs-fuse";
rev = "v${version}";
sha256 = "sha256-41IgUgpVZiIzi3N5kgX7PAhgnd+i/FH1o8t5y3Uw14g=";
sha256 = "sha256-CS6lxDIBwhcnEG6XehbyAI4vb72PmwQ7p+gC1bbJEzM=";
};
buildInputs = [ curl openssl libxml2 fuse ];