Skip to content

Commit

Permalink
vault: 1.5.0 -> 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Aug 24, 2020
1 parent 1c5d288 commit c2fe501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/vault/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "vault";
version = "1.5.0";
version = "1.5.2";

src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "1bdhcsx7hwz4kb68jrrrzlbr7k744g0pym996dq1p5rvz05j3pqc";
sha256 = "0a16slrg0kx7i1xwixc920lkgbbywvb6wpmkbqjvz1xx72nq9ap4";
};

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

0 comments on commit c2fe501

Please sign in to comment.