lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

blobfuse: 1.0.1-RC-Preview -> 1.0.2

+3 -3
+3 -3
pkgs/tools/filesystems/blobfuse/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "blobfuse-${version}"; 5 - version = "1.0.1-RC-Preview"; 5 + version = "1.0.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Azure"; 9 9 repo = "azure-storage-fuse"; 10 10 rev = "v${version}"; 11 - sha256 = "143rxgfmprir4a7frrv8llkv61jxzq50w2v8wn32vx6gl6vci1zs"; 11 + sha256 = "1qh04z1fsj1l6l12sz9yl2sy9hwlrnzac54hwrr7wvsgv90n9gbp"; 12 12 }; 13 13 14 14 buildInputs = [ curl gnutls libgcrypt libuuid fuse ]; ··· 20 20 maintainers = with maintainers; [ jbgi ]; 21 21 platforms = platforms.linux; 22 22 }; 23 - } 23 + }