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

cilium-cli: 0.15.7 -> 0.15.8
This commit is contained in:
WilliButz 2023-09-19 15:06:39 +02:00 committed by GitHub
commit d0120f0ed6
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.15.7";
version = "0.15.8";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-kQpQszKyesM9qFlpgwYElrC9B4YBig62Pf9FoZJ2epM=";
hash = "sha256-iIE4jqvlkgf8+IrP0t+o0bZwlB5v61HzbyQy6ExAobE=";
};
vendorHash = null;