Skip to content

Commit

Permalink
Merge pull request #86434 from marsam/update-vault
Browse files Browse the repository at this point in the history
vault: 1.4.0 -> 1.4.1
  • Loading branch information
LnL7 authored May 1, 2020
2 parents 927fcf3 + f44cb46 commit cda586d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/vault/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "vault";
version = "1.4.0";
version = "1.4.1";

src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "13ycg9shara4ycbi79wj28z6nimnsqgisbf35ca3q9w066ac0ja2";
sha256 = "0fbbvihvlzh95rrk65bwxfcam6y57q0yffq8dzvcbm3i0ap7ndar";
};

goPackagePath = "github.com/hashicorp/vault";
Expand Down

0 comments on commit cda586d

Please sign in to comment.