healthchecks: 3.11.2 -> 4.0 (#465813)

This commit is contained in:
Weijia Wang
2026-02-05 13:03:30 +00:00
committed by GitHub
+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; [