Merge pull request #170498 from fabaff/bump-yara

yara: 4.2.0 -> 4.2.1
This commit is contained in:
Fabian Affolter 2022-04-27 08:44:07 +02:00 committed by GitHub
commit 1864f5e56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "yara";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = pname;
rev = "v${version}";
hash = "sha256-ECvNob5QbOe5JfaDMGvSxCS+E9nqdsfSCZAVlAs18q4=";
hash = "sha256-/6EMnNVNSgeYHrbPF3QDS5oc0eLaggKNuZi2pXx/CqY=";
};
nativeBuildInputs = [