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

health-check: 0.03.12 -> 0.04.00
This commit is contained in:
Nick Cao 2024-01-20 10:18:26 -05:00 committed by GitHub
commit 609db724c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "health-check";
version = "0.03.12";
version = "0.04.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-LuUCs6GLaxI5ywv6dr8dlvAXfcLbr1t7y6s/pb6JDpg=";
hash = "sha256-CPKXpPpdagq3UnTk8Z58WtSPek8L79totKX+Uh6foVg=";
};
buildInputs = [ json_c libbsd ];