yara: 4.1.2 -> 4.1.3

conduit-nginx
Fabian Affolter 2021-10-22 09:36:16 +02:00
parent 1326545a4e
commit eae1cb8b54
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 ];