Merge pull request #179777 from fabaff/yara-bump

yara: 4.2.1 -> 4.2.2
This commit is contained in:
Fabian Affolter
2022-07-02 19:08:56 +02:00
committed by GitHub
+2 -2
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 = [