about summary refs log tree commit diff
path: root/pkgs/servers/misc
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2020-03-03 20:58:03 -0500
committerAlyssa Ross <hi@alyssa.is>2020-03-14 03:27:54 +0000
commit38b77ca72faa873b08d1670e5ce015a1f4e6327a (patch)
tree01f632e6ddc08a35a200a7d93a90a1f57e30139c /pkgs/servers/misc
parentdd938aa1575aa7fccde823b58ed2b302940691e3 (diff)
downloadnixlib-38b77ca72faa873b08d1670e5ce015a1f4e6327a.tar
nixlib-38b77ca72faa873b08d1670e5ce015a1f4e6327a.tar.gz
nixlib-38b77ca72faa873b08d1670e5ce015a1f4e6327a.tar.bz2
nixlib-38b77ca72faa873b08d1670e5ce015a1f4e6327a.tar.lz
nixlib-38b77ca72faa873b08d1670e5ce015a1f4e6327a.tar.xz
nixlib-38b77ca72faa873b08d1670e5ce015a1f4e6327a.tar.zst
nixlib-38b77ca72faa873b08d1670e5ce015a1f4e6327a.zip
client-ip-echo: 0.1.0.4 -> 0.1.0.5
Diffstat (limited to 'pkgs/servers/misc')
-rw-r--r--pkgs/servers/misc/client-ip-echo/client-ip-echo.nix6
1 files 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 ec1f82507ce1..39adc6b78ee3 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.4";
+  version = "0.1.0.5";
   src = fetchFromGitHub {
     owner = "jerith666";
     repo = "client-ip-echo";
-    rev = "58d1bc627c21008236afb1af4c09ba8153c95dad";
-    sha256 = "153fab87qq080a819bqbdan925045icqwxldwj3ps40w2ssn7a53";
+    rev = "e81db98d04c13966b2ec114e01f82487962055a7";
+    sha256 = "02rzzbm1mdqh5zx5igd0s7pwkcsk64lx40rclxw3485348brc6ya";
   };
   isLibrary = false;
   isExecutable = true;