netbox: 3.3.0 -> 3.3.2

This commit is contained in:
R. Ryantm 2022-09-08 12:09:44 +00:00
parent ad2aac1e24
commit c908fca315

View file

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