1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vault: 1.4.1 -> 1.4.2

This commit is contained in:
Mario Rodas 2020-05-21 04:20:00 -05:00
parent 98ac199da8
commit 8e860b9e7b
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.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "0fbbvihvlzh95rrk65bwxfcam6y57q0yffq8dzvcbm3i0ap7ndar";
sha256 = "0aschysngs6f50plqkqbnhgl6zryd0bpypr50zd45cgww7jvvqd4";
};
goPackagePath = "github.com/hashicorp/vault";