alerta-server: 8.3.3 -> 8.7.0

This commit is contained in:
Fabian Affolter 2022-04-23 16:19:36 +02:00
parent 3499ba19b7
commit ea63f62949

View file

@ -4,11 +4,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "alerta-server";
version = "8.3.3";
version = "8.7.0";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "a2713a31c6e326c774a3ee0328f424f944b951935ff1b893a4a66598d61c5a97";
sha256 = "sha256-EM3owmj+6gFjU0ARaQP3FLYXliGaGCRSaLgkiPwhGdU=";
};
propagatedBuildInputs = with python3.pkgs; [