Fabian Affolter
2026-05-20 09:43:33 +02:00
parent 817e129d5d
commit 25e7615f5f
+4 -4
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "snmpen";
version = "1.1.0";
version = "1.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "fabaff";
repo = "snmpen";
tag = finalAttrs.version;
hash = "sha256-PH1kUnDOiiE7ouEkhd1+TuIBziB2uxCVnmiEkCgQma0=";
hash = "sha256-XJP+f5Ahizxgk80B0896sbE6JeNB0Bm7aafwJsFaHYY=";
};
build-system = with python3.pkgs; [ hatchling ];
@@ -38,8 +38,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
meta = {
description = "SNMP Enumeration tool";
homepage = "https://github.com/fabaff/snmpen";
changelog = "https://github.com/fabaff/snmpen/blob/${finalAttrs.src.rev}/CHANGELOG.md";
homepage = "https://github.com/affolter-engineering/snmpen";
changelog = "https://github.com/affolter-engineering/snmpen/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "snmpen";