python312Packages.netbox-dns: 1.2.5 -> 1.2.6

This commit is contained in:
R. Ryantm
2025-03-23 09:36:03 +00:00
parent f9ec383a10
commit 41a80506c8
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "netbox-plugin-dns";
version = "1.2.5";
version = "1.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "peteeckel";
repo = "netbox-plugin-dns";
tag = version;
hash = "sha256-sRhFTbQjt4K0myel9MxpJKm/4iRQm6O5IL8k/MZIf4A=";
hash = "sha256-jpxKq5dASyPlbmVzm7it65g8eZ78XuXKdpJKKhzx614=";
};
build-system = [ setuptools ];