mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:27:55 +00:00
netbox: 3.2.6 -> 3.2.7 (#182543)
This commit is contained in:
parent
cc1da9936f
commit
90e6bcda8c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user