3
0
Fork 0
forked from mirrors/nixpkgs

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

health-check: 0.03.04 -> 0.03.05
This commit is contained in:
Will Dietz 2020-01-21 15:49:48 -06:00 committed by GitHub
commit d6430f3f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "health-check";
version = "0.03.04";
version = "0.03.05";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.gz";
sha256 = "0p85ai31n9hh6d4b79zzlczf9arsy7vmkjak1x3g9f5qj8fy4avp";
sha256 = "1qxmkdl4pa043yg4kq5ffapm0c2cmm64h3v2c3xhnx0ad5pbhy5z";
};
buildInputs = [ json_c libbsd ];