Unverified Commit c5f6ab77 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

cilium-cli: 0.18.0 -> 0.18.2 (#390814)

parents f02066c5 a2b61ec9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "cilium-cli";
  version = "0.18.0";
  version = "0.18.2";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = "cilium-cli";
    tag = "v${version}";
    hash = "sha256-jj0nHVsPrJA5y9WVXHyxsKHRxyXpdWLk6/H7GPexxO4=";
    hash = "sha256-/R91MFE7JYutq8mOKpzLNPlt42R86dOZGJs4EOkLfKU=";
  };

  nativeBuildInputs = [ installShellFiles ];