Unverified Commit d6795189 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

cilium-cli: 0.16.13 -> 0.16.14
parents 25b59bcd 00cbf7bd
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.13";
  version = "0.16.14";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-69LDIKaAJYbxTp0qBgfnE/YG6vnyN9/HgyxEBPqFY+4=";
    hash = "sha256-VYfLy0vR3ON29EHUx1R2jF61+DbxH2RUsUQXFgxjMUU=";
  };

  vendorHash = null;