We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 22b4349 commit 51857beCopy full SHA for 51857be
pkgs/tools/filesystems/s3fs/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
name = "s3fs-fuse-${version}";
5
- version = "1.82";
+ version = "1.83";
6
7
src = fetchFromGitHub {
8
owner = "s3fs-fuse";
9
repo = "s3fs-fuse";
10
rev = "v${version}";
11
- sha256 = "0bammbb8h10n51qk5141gabsd5p91qbaqq7cwa1q8yf5qglwlp10";
+ sha256 = "0rh0lkvjjy19lixqq07hjp4k9mhahmwc0pbp5cr3m59qbwwcprvx";
12
};
13
14
buildInputs = [ curl openssl libxml2 fuse ];
0 commit comments