yara: 4.2.3 -> 4.3.0

This commit is contained in:
Fabian Affolter
2023-03-24 11:08:15 +01:00
parent be6d6cd37d
commit 29389b421e
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "yara";
version = "4.2.3";
version = "4.3.0";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = pname;
rev = "v${version}";
hash = "sha256-Ol2btm1A8JdvYrjD0hPtc17A4L9wgr4l30C8VrImVoE=";
hash = "sha256-xjGlK0jUDpkDXnI0odErtF+Xcx0I/orD0v5EZw8mhvs=";
};
nativeBuildInputs = [