Merge pull request #213212 from r-ryantm/auto-update/health-check

health-check: 0.03.10 -> 0.03.11
This commit is contained in:
Weijia Wang 2023-01-29 00:29:44 +01:00 committed by GitHub
commit 6d781ea37e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "health-check";
version = "0.03.10";
version = "0.03.11";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-1dm7tl7DHv1CzuLe1/UewDSUOanO0hN+STkPrAHcZmI=";
hash = "sha256-QLa/7kA0juefzOba7ELopDmOVfiGJReo4LCfhnxW1tk=";
};
buildInputs = [ json_c libbsd ];