Unverified Commit 19753d49 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

yara-x: 0.12.0 -> 0.13.0 (#379149)

parents 3c8c276d 3f2aff13
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  stdenv,
  fetchFromGitHub,
  rustPlatform,
  cmake,
  installShellFiles,
  testers,
  yara-x,
@@ -11,19 +10,18 @@

rustPlatform.buildRustPackage rec {
  pname = "yara-x";
  version = "0.12.0";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "VirusTotal";
    repo = "yara-x";
    tag = "v${version}";
    hash = "sha256-gIYqWRJI/IZwEyc1Fke/CD8PPoSZvwtvOT0rnK+LFIo=";
    hash = "sha256-ZSJHvpRZO6Tbw7Ct4oD6QmuV4mJ4RGW5gnT6PTX+nC8=";
  };

  cargoHash = "sha256-hlwHF6ESrRpXduXZmC/svldzYuoIwwOllf5pSbvEpCM=";
  cargoHash = "sha256-IK6EAN0vn2V4GEOhDRFfGbehHELWQglFJVTlTonSka4=";

  nativeBuildInputs = [
    cmake
    installShellFiles
  ];