healthchecks: 3.11 -> 3.11.2
This commit is contained in:
@@ -15,14 +15,14 @@ let
|
|||||||
in
|
in
|
||||||
py.pkgs.buildPythonApplication rec {
|
py.pkgs.buildPythonApplication rec {
|
||||||
pname = "healthchecks";
|
pname = "healthchecks";
|
||||||
version = "3.11";
|
version = "3.11.2";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "healthchecks";
|
owner = "healthchecks";
|
||||||
repo = "healthchecks";
|
repo = "healthchecks";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
sha256 = "sha256-s8qhCp+6d2rixgrduWXopiWEpBCLVKkoDjTYT0eLSN8=";
|
sha256 = "sha256-EHXxb5T5+WFvhBZQ6d6abSzpBEUBz6F1ftqMWECmdpg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with py.pkgs; [
|
propagatedBuildInputs = with py.pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user