elasticsearch-curator: 8.0.8 -> 8.0.10

This commit is contained in:
R. Ryantm 2024-02-05 22:54:01 +00:00
parent 7072592b62
commit 9341515f65

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "elasticsearch-curator"; pname = "elasticsearch-curator";
version = "8.0.8"; version = "8.0.10";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elastic"; owner = "elastic";
repo = "curator"; repo = "curator";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-G8wKeEr7TuUWlqz9hJmnJW7yxn+4WPoStVC0AX5jdHI="; hash = "sha256-hGG7lyrVviZSKTUo+AOPIutn/mxtDo+ewFxCRdj/jts=";
}; };
postPatch = '' postPatch = ''