python3Packages.yara-x: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm
2026-05-06 20:44:41 +00:00
parent 1d3c313641
commit 90c5d4ce39
@@ -9,21 +9,21 @@
buildPythonPackage rec {
pname = "yara-x";
version = "1.15.0";
version = "1.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
tag = "v${version}";
hash = "sha256-P0VxfsyjtgLNJcZMh+BHj7ujg/ReB4xycinfCS3NJyU=";
hash = "sha256-n/AhEKlQmjbTtPncal6NDn7BcXb4HfnkuJctvDjW2V0=";
};
buildAndTestSubdir = "py";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-FIZihLzpP9EhqQU/L6hKQQsMAhd1SsVzKap3GlghHSk=";
hash = "sha256-MbMjrrPN1ctlYoE6R5p8g354OOmu4NplcGwSm3IcHRI=";
};
nativeBuildInputs = [