python3Packages.netbox-napalm-plugin: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2025-08-14 20:05:23 +00:00
parent 9976b5902f
commit 64400a1ca5
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-napalm-plugin";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox-napalm-plugin";
rev = "v${version}";
hash = "sha256-nog6DymnnD0ABzG21jy00yNWhSTHfd7vJ4vo1DjsfKs=";
tag = "v${version}";
hash = "sha256-gaoAFToMHszCtn56Y6nczwemIAAeaijRPVW2aSt+8C4=";
};
build-system = [ setuptools ];
@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = {
description = "Netbox plugin for Napalm integration";
homepage = "https://github.com/netbox-community/netbox-napalm-plugin";
changelog = "https://github.com/netbox-community/netbox-napalm-plugin/releases/tag/${src.rev}";
changelog = "https://github.com/netbox-community/netbox-napalm-plugin/releases/tag/${src.tag}";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ felbinger ];