Merge pull request #322269 from r-ryantm/auto-update/healthchecks

healthchecks: 3.3 -> 3.4
This commit is contained in:
Weijia Wang
2024-06-25 16:05:16 +02:00
committed by GitHub
@@ -13,14 +13,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "3.3";
version = "3.4";
format = "other";
src = fetchFromGitHub {
owner = "healthchecks";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-XQ8nr9z9Yjwr1irExIgYiGX2knMXX701i6BwvXsVP+E=";
sha256 = "sha256-hiuw7XfCDy+9fzuQMaeN9+XsENeBI1RNXy8IM1HIFhI=";
};
propagatedBuildInputs = with py.pkgs; [