Skip to content

Commit

Permalink
Merge pull request #61454 from r-ryantm/auto-update/yara
Browse files Browse the repository at this point in the history
yara: 3.9.0 -> 3.10.0
  • Loading branch information
c0bw3b committed May 13, 2019
2 parents 828d85c + 6cedb91 commit 3db7214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/yara/default.nix
Expand Up @@ -5,14 +5,14 @@
}:

stdenv.mkDerivation rec {
version = "3.9.0";
version = "3.10.0";
name = "yara-${version}";

src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara";
rev = "v${version}";
sha256 = "1a707nx1py1q1z9fc18c93gjd4k5k6k53a93qw09jlcc67xk2sz7";
sha256 = "1qxqk324cyvi4n09s79786ciig1gdyhs9dnsm07hf95a3kh6w5z2";
};

buildInputs = [ autoconf automake libtool pcre]
Expand Down

0 comments on commit 3db7214

Please sign in to comment.