healthchecks: 3.3 -> 3.4

This commit is contained in:
R. Ryantm
2024-06-24 21:19:56 +00:00
parent e1f89770af
commit a9be13da40
@@ -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; [