python3Packages.netbox-dns: 1.4.2 -> 1.4.4

This commit is contained in:
R. Ryantm
2025-11-27 18:49:06 +00:00
parent bc0da6f230
commit e7a88401eb
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "netbox-plugin-dns";
version = "1.4.2";
version = "1.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "peteeckel";
repo = "netbox-plugin-dns";
tag = version;
hash = "sha256-vJZP4dQdOZQNT+3xRXX2H5gl6bv2z2PvGDkkme0Rbck=";
hash = "sha256-166DFPSF1f0YF0T2bTEkmyI4M6PgBfimYyZX7fnNfrI=";
};
build-system = [ setuptools ];