ad-miner: 1.8.0 -> 1.8.1 (#389508)

authored by Nick Cao and committed by GitHub 9e32eeb8 b02e8353

+3 -3
+3 -3
pkgs/by-name/ad/ad-miner/package.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "ad-miner"; 9 - version = "1.8.0"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "Mazars-Tech"; 14 repo = "AD_Miner"; 15 tag = "v${version}"; 16 - hash = "sha256-EXhNAp2gTdSyT7M/cf+MRXgSzI8gQyJzvm0oMPcbu/c="; 17 }; 18 19 # All requirements are pinned ··· 36 meta = with lib; { 37 description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound"; 38 homepage = "https://github.com/Mazars-Tech/AD_Miner"; 39 - changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/v${version}/CHANGELOG.md"; 40 license = licenses.gpl3Only; 41 maintainers = with maintainers; [ fab ]; 42 mainProgram = "AD-miner";
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "ad-miner"; 9 + version = "1.8.1"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "Mazars-Tech"; 14 repo = "AD_Miner"; 15 tag = "v${version}"; 16 + hash = "sha256-iI7jiENPYCIVJnIG/M4ft4dkR2Ja21gzR+ISeyZvUEo="; 17 }; 18 19 # All requirements are pinned ··· 36 meta = with lib; { 37 description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound"; 38 homepage = "https://github.com/Mazars-Tech/AD_Miner"; 39 + changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/${src.tag}/CHANGELOG.md"; 40 license = licenses.gpl3Only; 41 maintainers = with maintainers; [ fab ]; 42 mainProgram = "AD-miner";