Skip to content

Commit

Permalink
blobfuse: 1.0.1-RC-Preview -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi authored and Mic92 committed May 7, 2018
1 parent 1fbf132 commit 758144e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/filesystems/blobfuse/default.nix
Expand Up @@ -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 ];
Expand All @@ -20,4 +20,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ jbgi ];
platforms = platforms.linux;
};
}
}

0 comments on commit 758144e

Please sign in to comment.