mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
healthchecks: 2.2.1 -> 2.4.1
This commit is contained in:
parent
8ad3176fba
commit
a3c39df9e8
@ -8,43 +8,32 @@ let
|
||||
py = python3.override {
|
||||
packageOverrides = final: prev: {
|
||||
django = prev.django_4;
|
||||
fido2 = prev.fido2.overridePythonAttrs (old: rec {
|
||||
version = "0.9.3";
|
||||
src = prev.fetchPypi {
|
||||
pname = "fido2";
|
||||
inherit version;
|
||||
sha256 = "sha256-tF6JphCc/Lfxu1E3dqotZAjpXEgi+DolORi5RAg0Zuw=";
|
||||
};
|
||||
});
|
||||
};
|
||||
};
|
||||
in
|
||||
py.pkgs.buildPythonApplication rec {
|
||||
pname = "healthchecks";
|
||||
version = "2.2.1";
|
||||
version = "2.4.1";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "healthchecks";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-C+NUvs5ijbj/l8G1sjSXvUJDNSOTVFAStfS5KtYFpUs=";
|
||||
sha256 = "sha256-K2zA0ZkAPMgm+IofNiCf+mVTF/RIoorTupWLOowT29g=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with py.pkgs; [
|
||||
apprise
|
||||
cffi
|
||||
cron-descriptor
|
||||
cronsim
|
||||
cryptography
|
||||
django
|
||||
django-compressor
|
||||
fido2
|
||||
minio
|
||||
psycopg2
|
||||
py
|
||||
pycurl
|
||||
pyotp
|
||||
requests
|
||||
segno
|
||||
statsd
|
||||
whitenoise
|
||||
|
Loading…
Reference in New Issue
Block a user