mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
netbox_4_2: 4.2.3 -> 4.2.6
Release notes: - https://github.com/netbox-community/netbox/releases/tag/v4.2.4 - https://github.com/netbox-community/netbox/releases/tag/v4.2.5 - https://github.com/netbox-community/netbox/releases/tag/v4.2.6 Full changelog: https://github.com/netbox-community/netbox/compare/v4.2.3...v4.2.6
This commit is contained in:
@@ -14,7 +14,7 @@ let
|
||||
in
|
||||
py.pkgs.buildPythonApplication rec {
|
||||
pname = "netbox";
|
||||
version = "4.2.3";
|
||||
version = "4.2.6";
|
||||
|
||||
format = "other";
|
||||
|
||||
@@ -22,7 +22,7 @@ py.pkgs.buildPythonApplication rec {
|
||||
owner = "netbox-community";
|
||||
repo = "netbox";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-vdH/R88Vtu+xRLjETK0h+E4WoYRoseP0r+wROi8nMcM=";
|
||||
hash = "sha256-SOGVMaqAYc+DeyeF5ZQ4TQr9RIhWH23Lwth3h0Y3Dtg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user