vault: 0.11.1 -> 0.11.2

changelog: https://github.com/hashicorp/vault/blob/v0.11.2/CHANGELOG.md
This commit is contained in:
zimbatm 2018-10-05 23:07:56 +02:00
parent 171752daee
commit 0bcbb97879
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -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 ];