3
0
Fork 0
forked from mirrors/nixpkgs

yara: 4.3.0 -> 4.3.1

Diff: https://github.com/VirusTotal/yara/compare/v4.3.0...v4.3.1
This commit is contained in:
Fabian Affolter 2023-04-21 22:19:52 +02:00
parent b46d30d187
commit d0e1f5ebce

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "yara";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = pname;
rev = "v${version}";
hash = "sha256-xjGlK0jUDpkDXnI0odErtF+Xcx0I/orD0v5EZw8mhvs=";
hash = "sha256-Q+Q52W/MhurG3x0CIr0nv31qc4bdaLDk9AGGpMxKOcI=";
};
nativeBuildInputs = [