3
0
Fork 0
forked from mirrors/nixpkgs

client-ip-echo: 0.1.0.3 -> 0.1.0.4

This commit is contained in:
Matt McHenry 2019-01-05 17:23:20 -05:00 committed by Frederik Rietdijk
parent 39c30a33c1
commit cf58744a16

View file

@ -1,12 +1,12 @@
{ mkDerivation, fetchFromGitHub, base, bytestring, network, stdenv }: { mkDerivation, fetchFromGitHub, base, bytestring, network, stdenv }:
mkDerivation { mkDerivation {
pname = "client-ip-echo"; pname = "client-ip-echo";
version = "0.1.0.3"; version = "0.1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jerith666"; owner = "jerith666";
repo = "client-ip-echo"; repo = "client-ip-echo";
rev = "8d1a79d94a962b3266c1db51200913c2295d8922"; rev = "58d1bc627c21008236afb1af4c09ba8153c95dad";
sha256 = "1g1s7i68n3906m3yjfygw96j64n8nh88lmf77blnz0xzrq4y3bgf"; sha256 = "153fab87qq080a819bqbdan925045icqwxldwj3ps40w2ssn7a53";
}; };
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;