healthchecks: 2.10 -> 3.1

This commit is contained in:
phaer 2024-01-22 15:12:26 +01:00
parent 689c9db916
commit 0862fe5dcb
1 changed files with 7 additions and 4 deletions

View File

@ -7,32 +7,35 @@
let
py = python3.override {
packageOverrides = final: prev: {
django = prev.django_4;
django = prev.django_5;
};
};
in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "2.10";
version = "3.1";
format = "other";
src = fetchFromGitHub {
owner = "healthchecks";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU=";
sha256 = "sha256-T/0u1ZRte+6PJZgwndTJXe4I9b8x+JXQjQMohZ2xB2g=";
};
propagatedBuildInputs = with py.pkgs; [
aiosmtpd
apprise
cron-descriptor
cronsim
django
django-compressor
django-stubs-ext
fido2
minio
oncalendar
psycopg2
pycurl
pydantic
pyotp
segno
statsd