mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 00:18:40 +00:00
healthchecks: 2.8.1 -> 2.10
Diff: https://github.com/healthchecks/healthchecks/compare/refs/tags/v2.8.1...v2.10
This commit is contained in:
parent
4a716c50fe
commit
146a53dd88
@ -13,14 +13,14 @@ let
|
||||
in
|
||||
py.pkgs.buildPythonApplication rec {
|
||||
pname = "healthchecks";
|
||||
version = "2.8.1";
|
||||
version = "2.10";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "healthchecks";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-lJ0AZJpznet2YKPIyMOx5ZdETZB8de5vp7sydfndxZg=";
|
||||
sha256 = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with py.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user