Merge pull request #202576 from r-ryantm/auto-update/cilium-cli

cilium-cli: 0.12.7 -> 0.12.8
This commit is contained in:
Mario Rodas 2022-11-24 01:55:56 -05:00 committed by GitHub
commit 7303014ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.12.7";
version = "0.12.8";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-libZapDj6Y/tGJEXAX3iZH2+pS64dg7IUsgTxT0Z6JA=";
sha256 = "sha256-o479F2xRFlX69lu4WJW56oZ9QEQkSk1jG2bedcdOJqI=";
};
vendorSha256 = null;