bazel-kazel: 0.0.10 -> 0.0.11 (#95026)

This commit is contained in:
R. RyanTM 2020-08-13 09:24:11 -07:00 committed by GitHub
parent 4451f9b68f
commit 3c6d35a07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bazel-kazel";
version = "0.0.10";
version = "0.0.11";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "repo-infra";
rev = "v${version}";
sha256 = "1l3dz77h58v1sr7k8cabq5bbdif5w96zdcapax69cv1frr9jbrcb";
sha256 = "0fcm7gjsv70qxnwbgy2sgx7clyhlfnkvdxsjgcrkaf5xds8hpys7";
};
vendorSha256 = "1pzkjh4n9ai8yqi98bkdhicjdr2l8j3fckl5n90c2gdcwqyxvgkf";