netbox_4_3: 4.3.2 -> 4.3.3
Release notes: https://github.com/netbox-community/netbox/releases/tag/v4.3.3 Full changelog: https://github.com/netbox-community/netbox/compare/v4.3.2...v4.3.3
This commit is contained in:
parent
5b81e164c1
commit
32fe7c58ba
@ -16,14 +16,14 @@ let
|
||||
in
|
||||
py.pkgs.buildPythonApplication rec {
|
||||
pname = "netbox";
|
||||
version = "4.3.2";
|
||||
version = "4.3.3";
|
||||
pyproject = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "netbox-community";
|
||||
repo = "netbox";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-20X/0k60q2cPsWuz+qpgcfXGkg+A2k5qaWx6zHkmpWc=";
|
||||
hash = "sha256-KmnTDTb3k8WtDN7sWjKOriG9i5dHY7BHXty6zPDqPqA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user