elasticsearch-curator: 8.0.16 -> 8.0.17

This commit is contained in:
R. Ryantm 2024-11-15 20:34:30 +00:00
parent 3d8f220f71
commit 12d0488c88

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "elasticsearch-curator";
version = "8.0.16";
version = "8.0.17";
pyproject = true;
src = fetchFromGitHub {
owner = "elastic";
repo = "curator";
rev = "refs/tags/v${version}";
hash = "sha256-nSBsLzem+eZBM0ebhW1Omh+pYYPYdly/VraM89iJe3E=";
hash = "sha256-Y2GXh+LUKU3VcQ51yZZdEIUjfKzRdbu6QKnXshI1Em0=";
};
pythonRelaxDeps = [ "es-client" ];