s3fs: 1.80 -> 1.82

This commit is contained in:
Sarah Brofeldt 2017-09-14 07:25:13 +02:00 committed by Bjørn Forsman
parent e828dcb5cd
commit fc2566e966

View File

@ -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 ];