yaralyzer: 0.9.4 -> 0.9.5

This commit is contained in:
R. Ryantm 2024-12-13 11:39:12 +00:00
parent 035264b794
commit 7d8f9ce5fc

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "yaralyzer";
version = "0.9.4";
version = "0.9.5";
pyproject = true;
src = fetchFromGitHub {
owner = "michelcrypt4d4mus";
repo = "yaralyzer";
rev = "refs/tags/v${version}";
hash = "sha256-rDb09XJOGWNARR0hhQQ91KXWepsLyR2a6/o3jagh6nA=";
tag = "v${version}";
hash = "sha256-A9JFUaBG4SwOkYPo/1p1i6mA47PyKiT+ngEYlfYAAE8=";
};
pythonRelaxDeps = [