healthchecks: 3.2 -> 3.3

This commit is contained in:
phaer 2024-04-05 10:33:54 +00:00
parent 55a16a6282
commit 4dc7775617

View File

@ -13,14 +13,14 @@ let
in in
py.pkgs.buildPythonApplication rec { py.pkgs.buildPythonApplication rec {
pname = "healthchecks"; pname = "healthchecks";
version = "3.2"; version = "3.3";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "healthchecks"; owner = "healthchecks";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-TAhr1PeoGp/zqsnJz9C/w7auip4RdRIFSxvo6haOG0Q="; sha256 = "sha256-XQ8nr9z9Yjwr1irExIgYiGX2knMXX701i6BwvXsVP+E=";
}; };
propagatedBuildInputs = with py.pkgs; [ propagatedBuildInputs = with py.pkgs; [