nixpkgs/pkgs/tools/security/vault/default.nix

19 lines
432 B
Nix
Raw Normal View History

2016-06-04 23:13:30 +02:00
# This file was generated by go2nix.
{ stdenv, lib, go16Packages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
with go16Packages;
buildGoPackage rec {
name = "vault-${version}";
version = "0.5.2";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/vault";
src = fetchgit {
inherit rev;
url = "https://github.com/hashicorp/vault";
sha256 = "085rk5i480wdlkn2p14yxi8zgsc11595nkkda1i77c4vjkllbkdy";
};
}