healthchecks: 3.11 -> 3.11.2 (#441804)

This commit is contained in:
Wolfgang Walther
2025-09-13 19:27:20 +00:00
committed by GitHub
+2 -2
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; [