vault: 1.3.3 -> 1.3.4

This commit is contained in:
Mario Rodas 2020-04-04 04:20:00 -05:00
parent b5a382e680
commit 0e62385261
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.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "1scwclkpb7v5pcx1afgjqrfgcp0c1bd9gqvwdmjbpfcyxv1f032d";
sha256 = "1akcfrxnsb37apsxblyigdcgca6ma7al23h654hplfs6vmq9aypi";
};
goPackagePath = "github.com/hashicorp/vault";