healthchecks: 3.6 -> 3.7 (#356362)

This commit is contained in:
Weijia Wang
2024-12-07 14:53:18 +01:00
committed by GitHub
+2 -2
View File
@@ -14,14 +14,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "3.6";
version = "3.7";
format = "other";
src = fetchFromGitHub {
owner = "healthchecks";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-aKt9L3ZgZ8HffcNNJaR+hAI38raWuLp2q/6+rvkl2pM=";
sha256 = "sha256-pPO1ktPeiXKNryUe74Zeqd7q92yDs3kplEkwEfuvNh8=";
};
propagatedBuildInputs = with py.pkgs; [