Loading pkgs/tools/security/yara/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "yara"; version = "4.2.2"; version = "4.2.3"; src = fetchFromGitHub { owner = "VirusTotal"; repo = pname; rev = "v${version}"; hash = "sha256-HWLyDhFQHHmXUaAKp7EZ3ZsXlbwCEoJj4Q0qAtxwN1Y="; hash = "sha256-Ol2btm1A8JdvYrjD0hPtc17A4L9wgr4l30C8VrImVoE="; }; nativeBuildInputs = [ Loading Loading
pkgs/tools/security/yara/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "yara"; version = "4.2.2"; version = "4.2.3"; src = fetchFromGitHub { owner = "VirusTotal"; repo = pname; rev = "v${version}"; hash = "sha256-HWLyDhFQHHmXUaAKp7EZ3ZsXlbwCEoJj4Q0qAtxwN1Y="; hash = "sha256-Ol2btm1A8JdvYrjD0hPtc17A4L9wgr4l30C8VrImVoE="; }; nativeBuildInputs = [ Loading