healthchecks: 4.0 -> 4.1.1

This commit is contained in:
R. Ryantm
2026-03-27 08:27:46 +00:00
parent 9ecd4b69ea
commit f075cee9a6
+2 -2
View File
@@ -15,14 +15,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "4.0";
version = "4.1.1";
pyproject = false;
src = fetchFromGitHub {
owner = "healthchecks";
repo = "healthchecks";
tag = "v${version}";
sha256 = "sha256-gRFqtxpXvHtiYApIpYbTVl2GrY4VfYktl58ZLNvzXPs=";
sha256 = "sha256-5+D2EjBuqadtAK10y7GManeFRwSk46Ovip9vT9cJW9E=";
};
propagatedBuildInputs = with py.pkgs; [