healthchecks: 3.11 -> 3.11.2

This commit is contained in:
R. Ryantm
2025-09-10 15:00:53 +00:00
parent 0cadc7de94
commit d08b4256bb

View File

@@ -15,14 +15,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "3.11";
version = "3.11.2";
format = "other";
src = fetchFromGitHub {
owner = "healthchecks";
repo = "healthchecks";
tag = "v${version}";
sha256 = "sha256-s8qhCp+6d2rixgrduWXopiWEpBCLVKkoDjTYT0eLSN8=";
sha256 = "sha256-EHXxb5T5+WFvhBZQ6d6abSzpBEUBz6F1ftqMWECmdpg=";
};
propagatedBuildInputs = with py.pkgs; [