python3Packages.yara-x: 1.10.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2026-01-30 17:17:37 +00:00
parent c4af5cca82
commit 786d9ecd27
@@ -9,21 +9,21 @@
buildPythonPackage rec {
pname = "yara-x";
version = "1.10.0";
version = "1.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
tag = "v${version}";
hash = "sha256-aRFDutYFD476xq2TTVWB5CxF1pi3C24NJpfc5kD+aNA=";
hash = "sha256-od7RWHhyFQ7l3HZaqpOkUVtiWKDQj/tUsd5lGi6m34I=";
};
buildAndTestSubdir = "py";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-CT+walpFIFTaO480ATHO1E38K9Tw14QqLRYzztWQmeA=";
hash = "sha256-YW4Yi1gvMjTNAgsAlyX1KMlyQPHCXh/jAoO/Nkrn2Sc=";
};
nativeBuildInputs = [