healthchecks: 3.11.2 -> 4.0

This commit is contained in:
R. Ryantm
2026-01-24 18:54:46 +00:00
parent d08f00a930
commit 99b621d675
+2 -2
View File
@@ -15,14 +15,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "3.11.2";
version = "4.0";
pyproject = false;
src = fetchFromGitHub {
owner = "healthchecks";
repo = "healthchecks";
tag = "v${version}";
sha256 = "sha256-EHXxb5T5+WFvhBZQ6d6abSzpBEUBz6F1ftqMWECmdpg=";
sha256 = "sha256-gRFqtxpXvHtiYApIpYbTVl2GrY4VfYktl58ZLNvzXPs=";
};
propagatedBuildInputs = with py.pkgs; [