Merge pull request #55813 from r-ryantm/auto-update/vault

vault: 1.0.2 -> 1.0.3
This commit is contained in:
Jaka Hudoklin 2019-02-15 19:48:59 +01:00 committed by GitHub
commit 7e09befcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "vault-${version}";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "1nrqwgxfs6n2bjhjndqvwzn9c62pb5ky9biyh47i0wvbxhdh0hfj";
sha256 = "1c5v1m8b6nm28mjwpsgc73n8q475pkzpdvyx46rf3xyrh01rfrnz";
};
nativeBuildInputs = [ go gox removeReferencesTo ];