1 { lib, stdenv, fetchFromGitHub, cmake, curl, pkg-config }:
5 version = "unstable-2020-12-08";
7 src = fetchFromGitHub {
10 rev = "0b20f08133206aaf225946814ceb6b85ab37e136";
11 sha256 = "0plyqqwfm9bysichda0w3akbdxf6279wd4mx8mda0c4mxd4xy9nl";
14 nativeBuildInputs = [ cmake pkg-config ];
15 buildInputs = [ curl ];
18 homepage = "https://github.com/tohojo/http-getter";
19 description = "Simple getter for HTTP URLs using cURL";
20 mainProgram = "http-getter";
21 platforms = platforms.unix;
22 license = licenses.gpl3;