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 in
py.pkgs.buildPythonApplication rec { py.pkgs.buildPythonApplication rec {
pname = "healthchecks"; pname = "healthchecks";
version = "3.11"; version = "3.11.2";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "healthchecks"; owner = "healthchecks";
repo = "healthchecks"; repo = "healthchecks";
tag = "v${version}"; tag = "v${version}";
sha256 = "sha256-s8qhCp+6d2rixgrduWXopiWEpBCLVKkoDjTYT0eLSN8="; sha256 = "sha256-EHXxb5T5+WFvhBZQ6d6abSzpBEUBz6F1ftqMWECmdpg=";
}; };
propagatedBuildInputs = with py.pkgs; [ propagatedBuildInputs = with py.pkgs; [