Merge pull request #142543 from fabaff/bump-yara

conduit-nginx
Sandro 2021-10-22 13:42:38 +02:00 committed by GitHub
commit 95b8d4d5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
}:
stdenv.mkDerivation rec {
version = "4.1.2";
version = "4.1.3";
pname = "yara";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara";
rev = "v${version}";
sha256 = "0n716snh0h5pk00kps6xvfi8z16xw12h1a8cd7w02cj2537xzj3m";
sha256 = "sha256-7t2KksI3l+wFHqUSw2L4FXepMTJfTow/cTFYA47YBqY=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];