vault: 0.6.4 -> 0.6.5

This commit is contained in:
Pradeep Chhetri 2017-02-17 01:17:30 +05:30
parent 03024b39b7
commit 3f971d9863

View File

@ -9,7 +9,7 @@ let
}; };
in buildGoPackage rec { in buildGoPackage rec {
name = "vault-${version}"; name = "vault-${version}";
version = "0.6.4"; version = "0.6.5";
goPackagePath = "github.com/hashicorp/vault"; goPackagePath = "github.com/hashicorp/vault";
@ -17,7 +17,7 @@ in buildGoPackage rec {
owner = "hashicorp"; owner = "hashicorp";
repo = "vault"; repo = "vault";
rev = "v${version}"; rev = "v${version}";
sha256 = "0rrrzkza12zbbfc24q4q7ygfczq1j8ljsjagsa8vpp3375dflzdy"; sha256 = "0ci46zn9d9h26flgjf4inmvk4mb1hlixvx5g7vg02raw0cqvknnb";
}; };
buildFlagsArray = '' buildFlagsArray = ''
@ -33,6 +33,7 @@ in buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www.vaultproject.io; homepage = https://www.vaultproject.io;
description = "A tool for managing secrets"; description = "A tool for managing secrets";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ rushmorem offline pradeepchhetri ]; maintainers = with maintainers; [ rushmorem offline pradeepchhetri ];
}; };