vault: 1.0.1 -> 1.0.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vault/versions
This commit is contained in:
R. RyanTM 2019-01-15 23:19:48 -08:00
parent 36c904d637
commit 7d5db9fbcb

View File

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