pwncat: 0.1.1 -> 0.1.2
This commit is contained in:
parent
b6b71e8b04
commit
f709048c36
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pwncat";
|
pname = "pwncat";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "62e625e9061f037cfca7b7455a4f7db4213c1d1302e73d4c475c63f924f1805f";
|
sha256 = "1230fdn5mx3wwr3a3nn6z2vwh973n248m11hnx9y3fjq7bgpky67";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests requires to start containers
|
# Tests requires to start containers
|
||||||
|
|
Loading…
Reference in a new issue