Fabian Affolter 2024-04-11 15:24:38 +02:00
parent 4f51994509
commit 1d5c336aa6
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "elasticsearch-curator";
version = "8.0.12";
version = "8.0.15";
format = "pyproject";
src = fetchFromGitHub {
owner = "elastic";
repo = "curator";
rev = "refs/tags/v${version}";
hash = "sha256-CU/8l5607eKodcdpMKu0Wdlg+K6YnFX6uoDju12NDR0=";
hash = "sha256-pW928jT9oL76RJuJgH7nhCvgWPzXixzqBKVYsaJy9xw=";
};
build-system = with python3.pkgs; [