yara: 4.2.1 -> 4.2.2

This commit is contained in:
Fabian Affolter 2022-07-01 09:02:08 +02:00
parent 4b1d8b4b83
commit 9687676754

View file

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