health-check: 0.03.10 -> 0.03.11
This commit is contained in:
parent
8b0a35fffc
commit
edc8e8e141
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "health-check";
|
pname = "health-check";
|
||||||
version = "0.03.10";
|
version = "0.03.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ColinIanKing";
|
owner = "ColinIanKing";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "V${version}";
|
rev = "V${version}";
|
||||||
hash = "sha256-1dm7tl7DHv1CzuLe1/UewDSUOanO0hN+STkPrAHcZmI=";
|
hash = "sha256-QLa/7kA0juefzOba7ELopDmOVfiGJReo4LCfhnxW1tk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ json_c libbsd ];
|
buildInputs = [ json_c libbsd ];
|
||||||
|
|
Loading…
Reference in a new issue