bazel-kazel: 0.0.11 -> 0.0.12

This commit is contained in:
R. RyanTM 2020-08-22 01:38:13 +00:00
parent 914b9788fd
commit 7a4527f0c2

View file

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