From d3d1c4695f603a2618f8d041f73fbd36873d33d9 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Tue, 25 Mar 2025 18:34:04 +0100 Subject: [PATCH] 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 --- pkgs/by-name/ne/netbox_4_2/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ne/netbox_4_2/package.nix b/pkgs/by-name/ne/netbox_4_2/package.nix index b043bfd1b26f..34f75c1f6bbc 100644 --- a/pkgs/by-name/ne/netbox_4_2/package.nix +++ b/pkgs/by-name/ne/netbox_4_2/package.nix @@ -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 = [