blobfuse: 1.0.1-RC-Preview -> 1.0.2

This commit is contained in:
Jean-Baptiste Giraudeau 2018-05-07 09:31:02 +02:00
parent 903ae1ea14
commit 9943078990
No known key found for this signature in database
GPG key ID: A52188C6A8396FDB

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "blobfuse-${version}";
version = "1.0.1-RC-Preview";
version = "1.0.2";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-fuse";
rev = "v${version}";
sha256 = "143rxgfmprir4a7frrv8llkv61jxzq50w2v8wn32vx6gl6vci1zs";
sha256 = "1qh04z1fsj1l6l12sz9yl2sy9hwlrnzac54hwrr7wvsgv90n9gbp";
};
buildInputs = [ curl gnutls libgcrypt libuuid fuse ];
@ -20,4 +20,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ jbgi ];
platforms = platforms.linux;
};
}
}