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

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

cilium-cli: 0.16.11 -> 0.16.13
parents 452a2137 589d5998
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.11";
  version = "0.16.13";

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

  vendorHash = null;