Commit 30d5ef65 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent d5e1bbb4
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -9,16 +9,18 @@

python3.pkgs.buildPythonApplication rec {
  pname = "elasticsearch-curator";
  version = "8.0.15";
  format = "pyproject";
  version = "8.0.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "elastic";
    repo = "curator";
    rev = "refs/tags/v${version}";
    hash = "sha256-pW928jT9oL76RJuJgH7nhCvgWPzXixzqBKVYsaJy9xw=";
    hash = "sha256-nSBsLzem+eZBM0ebhW1Omh+pYYPYdly/VraM89iJe3E=";
  };

  pythonRelaxDeps = [ "es-client" ];

  build-system = with python3.pkgs; [ hatchling ];

  dependencies = with python3.pkgs; [