healthchecks: 3.6 -> 3.7

This commit is contained in:
R. Ryantm
2024-11-16 04:54:20 +00:00
parent 8a95f3f42b
commit 5bdf0a4831
+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; [