netbox: 3.2.6 -> 3.2.7 (#182543)

This commit is contained in:
R. RyanTM
2022-07-29 17:00:21 +02:00
committed by GitHub
parent cc1da9936f
commit 90e6bcda8c
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "3.2.6";
version = "3.2.7";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-VJicqA/zH0VN3uoYpH1DPNvPTF2ABZeIcrLGCPlmtPQ=";
sha256 = "sha256-NIyAZZrq/Io8VyEG0TE5C3ugq+MPraJ45hi0Vx/b1OQ=";
};
format = "other";