Merge pull request #88562 from marsam/update-vault

vault: 1.4.1 -> 1.4.2
This commit is contained in:
Maximilian Bosch 2020-05-22 18:00:10 +02:00 committed by GitHub
commit 43e430d2ba
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.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "0fbbvihvlzh95rrk65bwxfcam6y57q0yffq8dzvcbm3i0ap7ndar";
sha256 = "0aschysngs6f50plqkqbnhgl6zryd0bpypr50zd45cgww7jvvqd4";
};
goPackagePath = "github.com/hashicorp/vault";