knowsmore: 0.1.43 -> 0.1.44
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "knowsmore";
|
||||
version = "0.1.43";
|
||||
version = "0.1.44";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "helviojunior";
|
||||
repo = "knowsmore";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-rLESaedhEHTMYVbITr3vjyE6urhwl/g1/iTMZ4ruE1c=";
|
||||
hash = "sha256-m9rleUMQdBrgmeLcoFGIWRm4PKiwiEXONnIfFDxOrHs=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -50,7 +50,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
description = "Tool for pentesting Microsoft Active Directory";
|
||||
homepage = "https://github.com/helviojunior/knowsmore";
|
||||
changelog = "https://github.com/helviojunior/knowsmore/releases/tag/v${version}";
|
||||
changelog = "https://github.com/helviojunior/knowsmore/releases/tag/${src.tag}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "knowsmore";
|
||||
|
||||
Reference in New Issue
Block a user