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

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

cilium-cli: 0.13.2 -> 0.14.0
parents 63b41560 2c8db12a
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.13.2";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-K/RUEr9WJU1tocESvBF48F890vMgCRANM0lqn644eeg=";
    sha256 = "sha256-E/14YYX4EFakzBsaUxy1SZAaBCIKmgpWlY/9EazWWFI=";
  };

  vendorHash = null;