From cf58744a166d7edc4db2b4b7a590350db3245d10 Mon Sep 17 00:00:00 2001 From: Matt McHenry Date: Sat, 5 Jan 2019 17:23:20 -0500 Subject: [PATCH] client-ip-echo: 0.1.0.3 -> 0.1.0.4 --- pkgs/servers/misc/client-ip-echo/client-ip-echo.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/misc/client-ip-echo/client-ip-echo.nix b/pkgs/servers/misc/client-ip-echo/client-ip-echo.nix index 1f5c6a20843a..ec1f82507ce1 100644 --- a/pkgs/servers/misc/client-ip-echo/client-ip-echo.nix +++ b/pkgs/servers/misc/client-ip-echo/client-ip-echo.nix @@ -1,12 +1,12 @@ { mkDerivation, fetchFromGitHub, base, bytestring, network, stdenv }: mkDerivation { pname = "client-ip-echo"; - version = "0.1.0.3"; + version = "0.1.0.4"; src = fetchFromGitHub { owner = "jerith666"; repo = "client-ip-echo"; - rev = "8d1a79d94a962b3266c1db51200913c2295d8922"; - sha256 = "1g1s7i68n3906m3yjfygw96j64n8nh88lmf77blnz0xzrq4y3bgf"; + rev = "58d1bc627c21008236afb1af4c09ba8153c95dad"; + sha256 = "153fab87qq080a819bqbdan925045icqwxldwj3ps40w2ssn7a53"; }; isLibrary = false; isExecutable = true;