arsenal: 1.0.2 -> 1.1.0
This commit is contained in:
parent
02e1ddd11c
commit
fc8976aa78
@ -5,19 +5,22 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "arsenal";
|
pname = "arsenal";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Orange-Cyberdefense";
|
owner = "Orange-Cyberdefense";
|
||||||
repo = "arsenal";
|
repo = "arsenal";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-RZxGSrtEa3hAtowD2lUb9BgwpSWlYo90fU9nDvUfoAk=";
|
sha256 = "sha256-NbNXyR5aNKvRJU9JWGk/ndwU1bhNgDOdcRqBkAY9nPA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
libtmux
|
libtmux
|
||||||
docutils
|
docutils
|
||||||
|
pyfzf
|
||||||
pyperclip
|
pyperclip
|
||||||
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
# Project has no tests
|
# Project has no tests
|
||||||
|
Loading…
Reference in New Issue
Block a user