Skip to content

Commit 51857be

Browse files
committedMar 2, 2018
s3fs: 1.82 -> 1.83
1 parent 22b4349 commit 51857be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/filesystems/s3fs/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
name = "s3fs-fuse-${version}";
5-
version = "1.82";
5+
version = "1.83";
66

77
src = fetchFromGitHub {
88
owner = "s3fs-fuse";
99
repo = "s3fs-fuse";
1010
rev = "v${version}";
11-
sha256 = "0bammbb8h10n51qk5141gabsd5p91qbaqq7cwa1q8yf5qglwlp10";
11+
sha256 = "0rh0lkvjjy19lixqq07hjp4k9mhahmwc0pbp5cr3m59qbwwcprvx";
1212
};
1313

1414
buildInputs = [ curl openssl libxml2 fuse ];

0 commit comments

Comments
 (0)
Please sign in to comment.