knowsmore: 0.1.43 -> 0.1.44

This commit is contained in:
R. Ryantm
2025-04-16 18:32:22 +00:00
parent 4513971596
commit c9c16bf61a
+3 -3
View File
@@ -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";