healthchecks: 2.8.1 -> 2.10

Diff: https://github.com/healthchecks/healthchecks/compare/refs/tags/v2.8.1...v2.10
This commit is contained in:
Sandro Jäckel 2023-07-18 00:40:09 +02:00
parent 4a716c50fe
commit 146a53dd88
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -13,14 +13,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "2.8.1";
version = "2.10";
format = "other";
src = fetchFromGitHub {
owner = "healthchecks";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-lJ0AZJpznet2YKPIyMOx5ZdETZB8de5vp7sydfndxZg=";
sha256 = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU=";
};
propagatedBuildInputs = with py.pkgs; [