yara: 4.5.5 -> 4.5.6

This commit is contained in:
R. Ryantm 2026-05-05 12:31:09 +00:00
commit 09bb0b6ec4

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yara";
version = "4.5.5";
version = "4.5.6";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara";
tag = "v${finalAttrs.version}";
hash = "sha256-a+oLxVJgdDrnOra85PPo8ZlFhinawWHuRtVE39S8yJk=";
hash = "sha256-G1f0o7wsds4Mz4Whz35JdSKIkPIqea5Fe5rB8vMdkZU=";
};
nativeBuildInputs = [