3
0
Fork 0
forked from mirrors/nixpkgs

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

cilium-cli: 0.12.8 -> 0.12.9
This commit is contained in:
figsoda 2022-11-25 14:49:19 -05:00 committed by GitHub
commit fa43b3b338
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.8";
version = "0.12.9";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-o479F2xRFlX69lu4WJW56oZ9QEQkSk1jG2bedcdOJqI=";
sha256 = "sha256-8SrAxPj4vW5+Je/VaYh30fABTmusWuOUUYQ/DDa7iUI=";
};
vendorSha256 = null;