elasticsearch-curator: 8.0.17 -> 8.0.18

This commit is contained in:
R. Ryantm
2025-03-04 20:03:46 +00:00
parent 4f8cf45715
commit 0f36a3d718
@@ -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" ];