vault: 1.3.2 -> 1.3.3

This commit is contained in:
Mario Rodas 2020-03-06 04:20:00 -05:00
parent 4f69262c19
commit ef4b914b11
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "vault";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "17zymmm1r4yxwazn2qx2l01i7g91rn40h7hzgwf0pr6pwmdxvkzg";
sha256 = "1scwclkpb7v5pcx1afgjqrfgcp0c1bd9gqvwdmjbpfcyxv1f032d";
};
goPackagePath = "github.com/hashicorp/vault";
@ -26,7 +26,7 @@ buildGoPackage rec {
'';
meta = with stdenv.lib; {
homepage = https://www.vaultproject.io;
homepage = "https://www.vaultproject.io/";
description = "A tool for managing secrets";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.mpl20;