Skip to content

Commit

Permalink
s3fs: 1.80 -> 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
srhb authored and bjornfor committed Sep 14, 2017
1 parent e828dcb commit fc2566e
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.80";
version = "1.82";

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

buildInputs = [ curl openssl libxml2 fuse ];
Expand Down

0 comments on commit fc2566e

Please sign in to comment.