Unverified Commit fa43b3b3 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

cilium-cli: 0.12.8 -> 0.12.9
parents e5ba313f a2873799
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.12.8";
  version = "0.12.9";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-o479F2xRFlX69lu4WJW56oZ9QEQkSk1jG2bedcdOJqI=";
    sha256 = "sha256-8SrAxPj4vW5+Je/VaYh30fABTmusWuOUUYQ/DDa7iUI=";
  };

  vendorSha256 = null;