Merge pull request #106419 from r-burns/http-getter

http-getter: unstable-2018-06-06 -> unstable-2020-12-08
This commit is contained in:
Sandro 2020-12-09 20:39:23 +01:00 committed by GitHub
commit cd22d25222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];