Merge pull request #73450 from marsam/update-vault

vault: 1.2.4 -> 1.3.0
This commit is contained in:
Mario Rodas 2019-11-17 03:05:56 -05:00 committed by GitHub
commit 405c51002a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "vault";
version = "1.2.4";
version = "1.3.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "1dqnl5pbhjb19sw2c9ry510vp4gls2l13xylf1bdqzcwd8gpxm42";
sha256 = "0ayvmqg4fj9cliwbl4pb12mailq7062j3f9v8arpv6x5r4hydlpy";
};
goPackagePath = "github.com/hashicorp/vault";