mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
client-ip-echo: 0.1.0.4 -> 0.1.0.5
This commit is contained in:
parent
dd938aa157
commit
38b77ca72f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue