Unverified Commit 1667af58 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

elasticsearch-curator: 8.0.17 -> 8.0.18 (#387089)

parents 3bcfb42d 0f36a3d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "elasticsearch-curator";
  version = "8.0.17";
  version = "8.0.18";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "elastic";
    repo = "curator";
    tag = "v${version}";
    hash = "sha256-Y2GXh+LUKU3VcQ51yZZdEIUjfKzRdbu6QKnXshI1Em0=";
    hash = "sha256-J0RHCWr0l1Vm/rcmcH3w0E0U+S9AvM0XMO89rnG38mY=";
  };

  pythonRelaxDeps = [ "es-client" ];