Commit c5c04d1a authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.yara-x: 1.9.0 -> 1.10.0

parent c4ce11cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,21 +9,21 @@

buildPythonPackage rec {
  pname = "yara-x";
  version = "1.9.0";
  version = "1.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "VirusTotal";
    repo = "yara-x";
    tag = "v${version}";
    hash = "sha256-yoQoAtgXBgniNebU9HMxF1m0UHFD6iU095he9tCNNIo=";
    hash = "sha256-aRFDutYFD476xq2TTVWB5CxF1pi3C24NJpfc5kD+aNA=";
  };

  buildAndTestSubdir = "py";

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname src version;
    hash = "sha256-/HMyNofKpeYaFfRcZ1LAb3vfW/TQy+DsILXRCpJFlCQ=";
    hash = "sha256-CT+walpFIFTaO480ATHO1E38K9Tw14QqLRYzztWQmeA=";
  };

  nativeBuildInputs = [