Merge pull request #186677 from r-ryantm/auto-update/netbox

netbox: 3.2.7 -> 3.2.8
This commit is contained in:
Jonas Heinrich 2022-08-16 15:34:47 +02:00 committed by GitHub
commit 2206b8ae9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";