netbox: 3.2.7 -> 3.2.8

This commit is contained in:
R. Ryantm 2022-08-14 15:31:34 +00:00
parent 44be78ef91
commit 41a517e7bb

View file

@ -17,13 +17,13 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "3.2.7";
version = "3.2.8";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-NIyAZZrq/Io8VyEG0TE5C3ugq+MPraJ45hi0Vx/b1OQ=";
sha256 = "sha256-fMTla+WVojoStwguHvsciyr0YNI09AvotuGB2o0hBUQ=";
};
format = "other";