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
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "3.2";
version = "3.3";
format = "other";
src = fetchFromGitHub {
owner = "healthchecks";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-TAhr1PeoGp/zqsnJz9C/w7auip4RdRIFSxvo6haOG0Q=";
sha256 = "sha256-XQ8nr9z9Yjwr1irExIgYiGX2knMXX701i6BwvXsVP+E=";
};
propagatedBuildInputs = with py.pkgs; [