diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix index a38ac8511c2..2a3d294c5ca 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 ];