pwncat: 0.1.0 -> 0.1.1
Remove leading space in description
This commit is contained in:
parent
026b9db487
commit
a218db1f66
|
@ -5,18 +5,18 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pwncat";
|
pname = "pwncat";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0sfdqphs0v3lj3vffda4w05r6sqir7qafa8lmlh0wr921wyiqwag";
|
sha256 = "62e625e9061f037cfca7b7455a4f7db4213c1d1302e73d4c475c63f924f1805f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests requires to start containers
|
# Tests requires to start containers
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = " TCP/UDP communication suite";
|
description = "TCP/UDP communication suite";
|
||||||
homepage = "https://pwncat.org/";
|
homepage = "https://pwncat.org/";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
|
|
Loading…
Reference in New Issue