about summary refs log tree commit diff
path: root/pkgs/applications/networking/flent
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2020-12-08 21:00:36 -0800
committerRyan Burns <rtburns@protonmail.com>2020-12-08 21:00:36 -0800
commitfb0f4a282d768139607fa23165e03c7d95d529df (patch)
tree4633d846130129e2883281b18ecb7b67318da266 /pkgs/applications/networking/flent
parentb93a1989f235b31ab38abbc218f76665b1d0c7f6 (diff)
http-getter: unstable-2018-06-06 -> unstable-2020-12-08
Fixes build on darwin. No functional changes.
Diffstat (limited to 'pkgs/applications/networking/flent')
-rw-r--r--pkgs/applications/networking/flent/http-getter.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix
index a38ac8511c234..2a3d294c5ca6e 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 ];