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

vault: 1.1.2 -> 1.1.3
This commit is contained in:
Mario Rodas 2019-06-19 19:28:17 -05:00 committed by GitHub
commit fe0d86317c
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.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "1916zqmh4cam9nw3k95wiqizlpkbbm5qhfz4lblqba8pzc2y9v32";
sha256 = "0dylwvs95crvn1p7pbyzib979rxzp4ivzvi5k4f5ivp4ygnp597s";
};
nativeBuildInputs = [ go gox removeReferencesTo ];