Merge pull request #78340 from marsam/update-vault

vault: 1.3.1 -> 1.3.2
This commit is contained in:
Maximilian Bosch
2020-01-23 08:42:35 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "vault";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "052aj79gwmydc7ph1g567cbssqf8dsmqxad47k5hc5sc58bx7c93";
sha256 = "17zymmm1r4yxwazn2qx2l01i7g91rn40h7hzgwf0pr6pwmdxvkzg";
};
goPackagePath = "github.com/hashicorp/vault";