python3Packages.yara-x: 1.10.0 -> 1.12.0 (#478742)
This commit is contained in:
@@ -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 = [
|
||||
@@ -42,6 +42,9 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/VirusTotal/yara-x/tree/main/py";
|
||||
changelog = "https://github.com/VirusTotal/yara-x/tree/${src.tag}/py";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ ivyfanchiang ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ivyfanchiang
|
||||
lesuisse
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user