http-getter: unstable-2018-06-06 -> unstable-2020-12-08

Fixes build on darwin. No functional changes.
This commit is contained in:
Ryan Burns 2020-12-08 21:00:36 -08:00
parent b93a1989f2
commit fb0f4a282d

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation {
pname = "http-getter";
version = "unstable-2018-06-06";
version = "unstable-2020-12-08";
src = fetchFromGitHub {
owner = "tohojo";
repo = "http-getter";
rev = "79bcccce721825a745f089d0c347bbaf2e6e12f4";
sha256 = "1zxk52s1h5qx62idil237zdpj8agrry0w1xwkfx05wvv9sw4ld35";
rev = "0b20f08133206aaf225946814ceb6b85ab37e136";
sha256 = "0plyqqwfm9bysichda0w3akbdxf6279wd4mx8mda0c4mxd4xy9nl";
};
buildInputs = [ cmake pkgconfig curl ];