File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/zi/zircolite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88python3 . 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 } ;
You can’t perform that action at this time.
0 commit comments