python3Packages.yara-x: 1.17.0 -> 1.18.0 (#533508)

This commit is contained in:
Thomas Gerbet
2026-06-21 13:31:35 +00:00
committed by GitHub
@@ -9,21 +9,21 @@
buildPythonPackage rec {
pname = "yara-x";
version = "1.17.0";
version = "1.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
tag = "v${version}";
hash = "sha256-8P3fNLENfoGD+FMeCXX8UwoMzI92JkjV/f3G7d+Li3Y=";
hash = "sha256-4cHCBSmBhjuk8otOB+ykiviaHVDmrguIVCLCRMcq7L4=";
};
buildAndTestSubdir = "py";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-ifXe0LKEYMzCo0FIg2E5mCQRUCOlu3nvK2XN/3GM9bk=";
hash = "sha256-MMERL3DcOlTEa2S6BMboFi8MfKC8ah2wZtOQRbO6ADg=";
};
nativeBuildInputs = [