1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

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

vault: 1.0.1 -> 1.0.2
This commit is contained in:
worldofpeace 2019-01-16 03:25:08 -05:00 committed by GitHub
commit 3fb653a482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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