Skip to content

Commit

Permalink
s3fs: 1.82 -> 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
svanderburg committed Mar 2, 2018
1 parent 22b4349 commit 51857be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/s3fs/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "s3fs-fuse-${version}";
version = "1.82";
version = "1.83";

src = fetchFromGitHub {
owner = "s3fs-fuse";
repo = "s3fs-fuse";
rev = "v${version}";
sha256 = "0bammbb8h10n51qk5141gabsd5p91qbaqq7cwa1q8yf5qglwlp10";
sha256 = "0rh0lkvjjy19lixqq07hjp4k9mhahmwc0pbp5cr3m59qbwwcprvx";
};

buildInputs = [ curl openssl libxml2 fuse ];
Expand Down

0 comments on commit 51857be

Please sign in to comment.