vault: 1.0.0 -> 1.0.1 (#52664)

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 2018-12-22 02:09:02 -08:00 committed by Timo Kaufmann
parent ea10141de4
commit 76e7572a1f

View file

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