3
0
Fork 0
forked from mirrors/nixpkgs

goPackages.gocryptfs: init at 0.5

This commit is contained in:
Edward Tjörnhammar 2015-12-06 13:50:15 +01:00
parent a84c4a66f7
commit b195abe091

View file

@ -846,6 +846,14 @@ let
sha256 = "1nyg6sckwd0iafs9vcmgbga2k3hid2q0avhwj29qbdhj3l78xi47";
};
gocryptfs = buildFromGitHub {
rev = "v0.5";
owner = "rfjakob";
repo = "gocryptfs";
sha256 = "0jsdz8y7a1fkyrfwg6353c9r959qbqnmf2cjh57hp26w1za5bymd";
buildInputs = [ crypto go-fuse openssl-spacemonkey ];
};
gocheck = buildGoPackage rec {
rev = "87";
name = "gocheck-${rev}";