3
0
Fork 0
forked from mirrors/nixpkgs

healthchecks: 2.4.1 -> 2.5

Diff: https://github.com/healthchecks/healthchecks/compare/v2.4.1...v2.5
This commit is contained in:
Sandro Jäckel 2022-12-14 22:42:39 +01:00
parent 39844d15de
commit dfac3e4480
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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