Skip to content

Commit

Permalink
s3fs-fuse: 1.78 -> 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 17, 2017
1 parent 336d6cc commit 4798196
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/tools/filesystems/s3fs/default.nix
@@ -1,11 +1,13 @@
{stdenv, fetchurl, autoconf, automake, pkgconfig, curl, openssl, libxml2, fuse}:

stdenv.mkDerivation {
name = "s3fs-fuse-1.79";
name = "s3fs-fuse-1.80";

src = fetchurl {
url = https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.79.tar.gz;
sha256 = "0rmzkngzq040g020pv75qqx3jy34vdxzqvxz29k6q8yfb3wpkhb1";
url = https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.80.tar.gz;
sha256 = "0ddx5khlyyrxm4s8is4gqbczmrcivj11hmkk9s893r3kpp4q30yy";
};

preConfigure = "./autogen.sh";
buildInputs = [ autoconf automake pkgconfig curl openssl libxml2 fuse ];

Expand Down

0 comments on commit 4798196

Please sign in to comment.