Skip to content

Commit 9e32eeb

Browse files
authored
ad-miner: 1.8.0 -> 1.8.1 (#389508)
2 parents b02e835 + 64c4d01 commit 9e32eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ad/ad-miner/package.nix

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

77
python3.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";

0 commit comments

Comments
 (0)