Unverified Commit 4716b486 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

cilium-cli: 0.18.5 -> 0.18.6 (#429704)



Co-authored-by: default avatarryan4yin <xiaoyin_c@qq.com>
parents 32905dc5 fc5d1ff6
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.5";
  version = "0.18.6";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = "cilium-cli";
    tag = "v${version}";
    hash = "sha256-2lmf0bKmlNt+axgwiNPKcaq08Bf/88sp3JEkS8dkP7M=";
    hash = "sha256-HZn8qA3uJXIEe+yHbDA6vuCaJLuQw2ftTxE2nOGtw5c=";
  };

  nativeBuildInputs = [ installShellFiles ];