Merge pull request #206136 from SuperSandro2000/healthchecks

healthchecks: 2.4.1 -> 2.5
This commit is contained in:
Jörg Thalheim 2022-12-14 22:01:27 +00:00 committed by GitHub
commit 3f028804b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "2.4.1";
version = "2.5";
format = "other";
src = fetchFromGitHub {
owner = "healthchecks";
repo = pname;
rev = "v${version}";
sha256 = "sha256-K2zA0ZkAPMgm+IofNiCf+mVTF/RIoorTupWLOowT29g=";
sha256 = "sha256-luwFY1iBtFL+Ye7nP68eIgqlpvMUKnxwdNxkBI7pX/c=";
};
propagatedBuildInputs = with py.pkgs; [