Skip to content

Commit

Permalink
vault: 1.6.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chili-Man committed Jan 4, 2021
1 parent 7b041bf commit 0376f54
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.6.0";
version = "1.6.1";

src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "13fasdiijxy87m33wfyd8gylyz556i0bdd7xp706ip2fcckrmz7a";
sha256 = "1pgyyl2zgnr3wy4k8c5xsk2s5dpl97xdfq67lpfss7fz1bij8x47";
};

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

0 comments on commit 0376f54

Please sign in to comment.