zircolite: 2.30.1 -> 2.40.0

This commit is contained in:
R. Ryantm 2025-04-08 07:23:11 +00:00
parent 81c8dee706
commit 9e3064456b

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "zircolite";
version = "2.30.1";
version = "2.40.0";
format = "other";
src = fetchFromGitHub {
owner = "wagga40";
repo = "Zircolite";
tag = version;
hash = "sha256-9stQa0EMNA/qEN+bU7qBOdcwUR1vMGk70Br6wxRK8cs=";
hash = "sha256-11jNd7Ids2aB+R+Hv6n8Wfm2hDuKCxC0EMZSBWJfDos=";
};
__darwinAllowLocalNetworking = true;
@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec {
description = "SIGMA-based detection tool for EVTX, Auditd, Sysmon and other logs";
mainProgram = "zircolite";
homepage = "https://github.com/wagga40/Zircolite";
changelog = "https://github.com/wagga40/Zircolite/releases/tag/${version}";
changelog = "https://github.com/wagga40/Zircolite/releases/tag/${src.tag}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
};