Fabian Affolter
2025-04-24 11:26:32 +02:00
parent a54c261334
commit 92e9ff932d
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "yara-x";
version = "0.13.0";
version = "0.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,14 +18,14 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = "yara-x";
tag = "v${version}";
hash = "sha256-ZSJHvpRZO6Tbw7Ct4oD6QmuV4mJ4RGW5gnT6PTX+nC8=";
hash = "sha256-C8wBGmilouNcNN3HkwvSTWcZY1fe0jVc2TeWDN4w5xA=";
};
buildAndTestSubdir = "py";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-pD4qyw+TTpmcoX1N3C65VelYszYifm9sFOsEkXEysvo=";
hash = "sha256-afCBuWr12trjEIDvE0qnGFxTXU7LKZCzZB8RqgqperY=";
};
nativeBuildInputs = [