yaralyzer: 1.0.6 -> 1.0.9
https://github.com/michelcrypt4d4mus/yaralyzer/releases/tag/v1.0.9 https://github.com/michelcrypt4d4mus/yaralyzer/compare/refs/tags/v1.0.6...refs/tags/v1.0.9
This commit is contained in:
@@ -6,21 +6,16 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "yaralyzer";
|
||||
version = "1.0.6";
|
||||
version = "1.0.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "michelcrypt4d4mus";
|
||||
repo = "yaralyzer";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-zaC33dlwjMNvvXnxqrEJvk3Umh+4hYsbDWoW6n6KmCk=";
|
||||
hash = "sha256-OGMvDPwR4WFINKJpoP242Xhi3mhDzrUypClVGgIIHJI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"python-dotenv"
|
||||
"rich"
|
||||
];
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user