File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77python3 . pkgs . buildPythonApplication rec {
88 pname = "ad-miner" ;
9- version = "1.8.0 " ;
9+ version = "1.8.1 " ;
1010 pyproject = true ;
1111
1212 src = fetchFromGitHub {
1313 owner = "Mazars-Tech" ;
1414 repo = "AD_Miner" ;
1515 tag = "v${ version } " ;
16- hash = "sha256-EXhNAp2gTdSyT7M/cf+MRXgSzI8gQyJzvm0oMPcbu/c =" ;
16+ hash = "sha256-iI7jiENPYCIVJnIG/M4ft4dkR2Ja21gzR+ISeyZvUEo =" ;
1717 } ;
1818
1919 # All requirements are pinned
@@ -36,7 +36,7 @@ python3.pkgs.buildPythonApplication rec {
3636 meta = with lib ; {
3737 description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound" ;
3838 homepage = "https://github.com/Mazars-Tech/AD_Miner" ;
39- changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/v ${ version } /CHANGELOG.md" ;
39+ changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/${ src . tag } /CHANGELOG.md" ;
4040 license = licenses . gpl3Only ;
4141 maintainers = with maintainers ; [ fab ] ;
4242 mainProgram = "AD-miner" ;
You can’t perform that action at this time.
0 commit comments