1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

vault: 1.0.2 -> 1.0.3

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-02-15 00:55:29 -08:00
parent 53a73b0914
commit 59641ac201

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