client-ip-echo: 0.1.0.4 -> 0.1.0.5

This commit is contained in:
Matt McHenry 2020-03-03 20:58:03 -05:00 committed by Alyssa Ross
parent dd938aa157
commit 38b77ca72f

View file

@ -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;