python312Packages.netbox-dns: 1.2.7 -> 1.2.11

This commit is contained in:
R. Ryantm
2025-05-01 15:36:27 +00:00
parent 72d7521374
commit 86e5db86ac
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "netbox-plugin-dns";
version = "1.2.7";
version = "1.2.11";
pyproject = true;
src = fetchFromGitHub {
owner = "peteeckel";
repo = "netbox-plugin-dns";
tag = version;
hash = "sha256-l0jPn4dyUHm/E8tmSpmSXkSRa5dsD7ap8Gl3RSdfRoU=";
hash = "sha256-cT2nvPDsvZBVuhvvORtxwb2TDHqnSpvpIJFkGZy1CEc=";
};
build-system = [ setuptools ];