Skip to content

Commit 9e30644

Browse files
committed
zircolite: 2.30.1 -> 2.40.0
1 parent 81c8dee commit 9e30644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/zi/zircolite/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "zircolite";
10-
version = "2.30.1";
10+
version = "2.40.0";
1111
format = "other";
1212

1313
src = fetchFromGitHub {
1414
owner = "wagga40";
1515
repo = "Zircolite";
1616
tag = version;
17-
hash = "sha256-9stQa0EMNA/qEN+bU7qBOdcwUR1vMGk70Br6wxRK8cs=";
17+
hash = "sha256-11jNd7Ids2aB+R+Hv6n8Wfm2hDuKCxC0EMZSBWJfDos=";
1818
};
1919

2020
__darwinAllowLocalNetworking = true;
@@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec {
5858
description = "SIGMA-based detection tool for EVTX, Auditd, Sysmon and other logs";
5959
mainProgram = "zircolite";
6060
homepage = "https://github.com/wagga40/Zircolite";
61-
changelog = "https://github.com/wagga40/Zircolite/releases/tag/${version}";
61+
changelog = "https://github.com/wagga40/Zircolite/releases/tag/${src.tag}";
6262
license = licenses.gpl3Only;
6363
maintainers = with maintainers; [ fab ];
6464
};

0 commit comments

Comments
 (0)