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

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

cilium-cli: 0.15.20 -> 0.15.21
parents 426bad28 61f9abb4
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.20";
  version = "0.15.21";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-uwHy1Wdf9/BXfPgBFc0Lkd3tewqY/+MjqaFnb8dFnH0=";
    hash = "sha256-jagNtaR7YAOdvy/yJrIRQfr8UQTrEoVrPLaGklt8mUk=";
  };

  vendorHash = null;