netbox: 3.2.8 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-08-19 12:27:06 +00:00
parent e9ce9a2b73
commit 404c549424

View File

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