Unverified Commit 5cd685e8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

cilium-cli: 0.15.21 -> 0.15.22
parents 89e3dad2 293607ea
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.21";
  version = "0.15.22";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-jagNtaR7YAOdvy/yJrIRQfr8UQTrEoVrPLaGklt8mUk=";
    hash = "sha256-tjVrcxWXE/eOeVoXnoBHYXk4rA3QqcWDbK1MRZ+v7uE=";
  };

  vendorHash = null;