lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.netbox-attachments: 8.0.4 -> 9.0.0

R. Ryantm 6527ff7f 9f0eb337

+2 -2
+2 -2
pkgs/development/python-modules/netbox-attachments/default.nix
··· 10 10 }: 11 11 buildPythonPackage rec { 12 12 pname = "netbox-attachments"; 13 - version = "8.0.4"; 13 + version = "9.0.0"; 14 14 pyproject = true; 15 15 16 16 disabled = python.pythonVersion != netbox.python.pythonVersion; ··· 19 19 owner = "Kani999"; 20 20 repo = "netbox-attachments"; 21 21 tag = version; 22 - hash = "sha256-wVTI0FAj6RaEaE6FhvHq4ophnCspobqL2SnTYVynlxs="; 22 + hash = "sha256-lm1+MWDT9N6Y+Uf1t3jTrFRF8jRy86JNdZSL1RQO7cw="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];