From 6bce28c0bceb8e8361607bb3998b5d37569b7ac6 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Thu, 31 Jan 2019 15:47:31 -0800 Subject: [PATCH] Update repo-infra dependency --- build/root/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index ea1c6481927..24fd8d277e7 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -15,9 +15,9 @@ versions.check(minimum_bazel_version = "0.18.0") http_archive( name = "io_k8s_repo_infra", - sha256 = "4ce2d8576e786c8fb8bc4f7ed79f5fda543568d78c09306d16cc8d1b7d5621f0", - strip_prefix = "repo-infra-8a5707674e76b825bfd9a8624bae045bc6e5f24d", - urls = mirror("https://github.com/kubernetes/repo-infra/archive/8a5707674e76b825bfd9a8624bae045bc6e5f24d.tar.gz"), + sha256 = "2cc74219eafebb0af1e0cf80b9c2b78aac9aa570de762bfb82b83e9164be9da2", + strip_prefix = "repo-infra-b461270ab6ccfb94ff2d78df96d26f669376d660", + urls = mirror("https://github.com/kubernetes/repo-infra/archive/b461270ab6ccfb94ff2d78df96d26f669376d660.tar.gz"), ) ETCD_VERSION = "3.3.10"