yara: 3.9.0 -> 3.10.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yara/versions
This commit is contained in:
parent
a80982b4c9
commit
6cedb914d8
@ -5,14 +5,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.9.0";
|
version = "3.10.0";
|
||||||
name = "yara-${version}";
|
name = "yara-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "VirusTotal";
|
owner = "VirusTotal";
|
||||||
repo = "yara";
|
repo = "yara";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1a707nx1py1q1z9fc18c93gjd4k5k6k53a93qw09jlcc67xk2sz7";
|
sha256 = "1qxqk324cyvi4n09s79786ciig1gdyhs9dnsm07hf95a3kh6w5z2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake libtool pcre]
|
buildInputs = [ autoconf automake libtool pcre]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user