Unverified Commit 93aa1f2a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #297277 from QJoly/cilium-cli-1.16.3

cilium-cli: 0.16.0 -> 0.16.3
parents 8d3c0444 1dc0d9d2
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.16.0";
  version = "0.16.3";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-RJJETvgLdE/fJtd1LMShJ7Hm8/s1zUybhec6YPT44wg=";
    hash = "sha256-WD0CUPl9Qkalhog2IbefMkiLiVZFW59X21sYH4hUqZs=";
  };

  vendorHash = null;