Loading pkgs/development/python-modules/netbox-qrcode/default.nix +14 −8 Original line number Diff line number Diff line { lib, buildPythonPackage, django, fetchFromGitHub, netaddr, netbox, # build-system setuptools, # dependencies pillow, qrcode, setuptools, # nativeCheckInputs django, netaddr, netbox, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "netbox-qrcode"; version = "0.0.20"; pyproject = true; Loading @@ -18,7 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "netbox-community"; repo = "netbox-qrcode"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-7dPMpuJ2nuj9rRmVrfthD+xrEHoUaLFqDJWC6cGGCwY="; }; Loading @@ -44,9 +50,9 @@ buildPythonPackage rec { meta = { description = "Netbox plugin for generate QR codes for objects: Rack, Device, Cable"; homepage = "https://github.com/netbox-community/netbox-qrcode"; changelog = "https://github.com/netbox-community/netbox-qrcode/releases/tag/${src.tag}"; changelog = "https://github.com/netbox-community/netbox-qrcode/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ felbinger ]; }; } }) Loading
pkgs/development/python-modules/netbox-qrcode/default.nix +14 −8 Original line number Diff line number Diff line { lib, buildPythonPackage, django, fetchFromGitHub, netaddr, netbox, # build-system setuptools, # dependencies pillow, qrcode, setuptools, # nativeCheckInputs django, netaddr, netbox, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "netbox-qrcode"; version = "0.0.20"; pyproject = true; Loading @@ -18,7 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "netbox-community"; repo = "netbox-qrcode"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-7dPMpuJ2nuj9rRmVrfthD+xrEHoUaLFqDJWC6cGGCwY="; }; Loading @@ -44,9 +50,9 @@ buildPythonPackage rec { meta = { description = "Netbox plugin for generate QR codes for objects: Rack, Device, Cable"; homepage = "https://github.com/netbox-community/netbox-qrcode"; changelog = "https://github.com/netbox-community/netbox-qrcode/releases/tag/${src.tag}"; changelog = "https://github.com/netbox-community/netbox-qrcode/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ felbinger ]; }; } })