Loading pkgs/tools/admin/elasticsearch-curator/default.nix +7 −3 Original line number Diff line number Diff line { lib, fetchFromGitHub, python3 }: { lib , fetchFromGitHub , python3 }: let python = python3.override { Loading @@ -24,7 +27,7 @@ in python.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "elastic"; repo = "curator"; rev = "v${version}"; rev = "refs/tags/v${version}"; hash = "sha256-wSfd52jebUkgF5xhjcoUjI7j46eJF33pVb4Wrybq44g="; }; Loading Loading @@ -80,6 +83,7 @@ in python.pkgs.buildPythonApplication rec { * Perform various actions on the items which remain in the actionable list. ''; changelog = "https://github.com/elastic/curator/releases/tag/v${version}"; maintainers = with maintainers; [ basvandijk ]; }; } Loading
pkgs/tools/admin/elasticsearch-curator/default.nix +7 −3 Original line number Diff line number Diff line { lib, fetchFromGitHub, python3 }: { lib , fetchFromGitHub , python3 }: let python = python3.override { Loading @@ -24,7 +27,7 @@ in python.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "elastic"; repo = "curator"; rev = "v${version}"; rev = "refs/tags/v${version}"; hash = "sha256-wSfd52jebUkgF5xhjcoUjI7j46eJF33pVb4Wrybq44g="; }; Loading Loading @@ -80,6 +83,7 @@ in python.pkgs.buildPythonApplication rec { * Perform various actions on the items which remain in the actionable list. ''; changelog = "https://github.com/elastic/curator/releases/tag/v${version}"; maintainers = with maintainers; [ basvandijk ]; }; }