Martin Joerg
2025-09-10 19:56:38 +00:00
parent 682a24be09
commit 3f5d189720
+2 -7
View File
@@ -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
];