mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
ad-miner: 1.8.0 -> 1.8.1
This commit is contained in:
parent
573c650e8a
commit
64c4d01109
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ad-miner";
|
pname = "ad-miner";
|
||||||
version = "1.8.0";
|
version = "1.8.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mazars-Tech";
|
owner = "Mazars-Tech";
|
||||||
repo = "AD_Miner";
|
repo = "AD_Miner";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-EXhNAp2gTdSyT7M/cf+MRXgSzI8gQyJzvm0oMPcbu/c=";
|
hash = "sha256-iI7jiENPYCIVJnIG/M4ft4dkR2Ja21gzR+ISeyZvUEo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# All requirements are pinned
|
# All requirements are pinned
|
||||||
|
@ -36,7 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound";
|
description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound";
|
||||||
homepage = "https://github.com/Mazars-Tech/AD_Miner";
|
homepage = "https://github.com/Mazars-Tech/AD_Miner";
|
||||||
changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/${src.tag}/CHANGELOG.md";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "AD-miner";
|
mainProgram = "AD-miner";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue