python3Packages.textfsm: refactor

Changed files
+2 -1
pkgs
development
python-modules
textfsm
+2 -1
pkgs/development/python-modules/textfsm/default.nix
···
src = fetchFromGitHub {
owner = "google";
-
repo = pname;
+
repo = "textfsm";
tag = "v${version}";
hash = "sha256-ygVcDdT85mRN+qYfTZqraRVyp2JlLwwujBW1e/pPJNc=";
};
···
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
+
changelog = "https://github.com/google/textfsm/releases/tag/${src.tag}";
description = "Python module for parsing semi-structured text into python tables";
mainProgram = "textfsm";
homepage = "https://github.com/google/textfsm";