Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
vault: 0.11.1 -> 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Oct 6, 2018
1 parent 171752d commit 0bcbb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/vault/default.nix
Expand Up @@ -11,13 +11,13 @@ let
};
in stdenv.mkDerivation rec {
name = "vault-${version}";
version = "0.11.1";
version = "0.11.2";

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

nativeBuildInputs = [ go gox removeReferencesTo ];
Expand Down

0 comments on commit 0bcbb97

Please sign in to comment.