vault: 1.2.4 -> 1.3.0

Release notes: https://www.hashicorp.com/blog/vault-1-3/
This commit is contained in:
Mario Rodas 2019-11-15 04:20:00 -05:00
parent 962783eff3
commit 502111d92a
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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