about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-24 11:33:15 -0500
committerGitHub <noreply@github.com>2021-01-24 11:33:15 -0500
commitc78a02e0b39ff3c9836961cc564b386910869e0c (patch)
tree211e74eef573909e2ef9daeb2a78704582db62e9 /pkgs/tools/filesystems
parentfedfd59d7176bd3246203223884665ed5db038fc (diff)
parentc959f84906f927b17949c012a65655b3632b0f93 (diff)
downloadnixlib-c78a02e0b39ff3c9836961cc564b386910869e0c.tar
nixlib-c78a02e0b39ff3c9836961cc564b386910869e0c.tar.gz
nixlib-c78a02e0b39ff3c9836961cc564b386910869e0c.tar.bz2
nixlib-c78a02e0b39ff3c9836961cc564b386910869e0c.tar.lz
nixlib-c78a02e0b39ff3c9836961cc564b386910869e0c.tar.xz
nixlib-c78a02e0b39ff3c9836961cc564b386910869e0c.tar.zst
nixlib-c78a02e0b39ff3c9836961cc564b386910869e0c.zip
Merge pull request #110421 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.87 -> 1.88
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/s3fs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/s3fs/default.nix b/pkgs/tools/filesystems/s3fs/default.nix
index e0b42711d224..4ff36e3b1d87 100644
--- a/pkgs/tools/filesystems/s3fs/default.nix
+++ b/pkgs/tools/filesystems/s3fs/default.nix
@@ -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 ]