From fb0f4a282d768139607fa23165e03c7d95d529df Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Tue, 8 Dec 2020 21:00:36 -0800 Subject: [PATCH] http-getter: unstable-2018-06-06 -> unstable-2020-12-08 Fixes build on darwin. No functional changes. --- pkgs/applications/networking/flent/http-getter.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix index a38ac8511c23..2a3d294c5ca6 100644 --- a/pkgs/applications/networking/flent/http-getter.nix +++ b/pkgs/applications/networking/flent/http-getter.nix @@ -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 ];