Commit 9e306445 authored by R. RyanTM's avatar R. RyanTM
Browse files

zircolite: 2.30.1 -> 2.40.0

parent 81c8dee7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };