1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 18:42:15 +00:00
nixpkgs/pkgs/tools/security/vault/default.nix
2016-06-09 11:22:02 +02:00

19 lines
432 B
Nix

# 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";
};
}