Unverified Commit 0b39eeda authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

cilium-cli: 0.15.8 -> 0.15.10
parents 77bafd3c 5db1749a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "cilium-cli";
  version = "0.15.8";
  version = "0.15.10";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-iIE4jqvlkgf8+IrP0t+o0bZwlB5v61HzbyQy6ExAobE=";
    hash = "sha256-iIv4xOqggbMDvscnaaz0QXjeScJ4SzOP0fvfshq+vyE=";
  };

  vendorHash = null;