From 1b387a2e47df77446384701c88112a697dc924d2 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sat, 12 Apr 2025 09:27:11 +0200 Subject: [PATCH] netbox_4_2: 4.2.6 -> 4.2.7 Release notes: https://github.com/netbox-community/netbox/releases/tag/v4.2.7 Changelog: https://github.com/netbox-community/netbox/compare/v4.2.6...v4.2.7 --- 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 34f75c1f6bbc..6783642a59bd 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.6"; + version = "4.2.7"; format = "other"; @@ -22,7 +22,7 @@ py.pkgs.buildPythonApplication rec { owner = "netbox-community"; repo = "netbox"; tag = "v${version}"; - hash = "sha256-SOGVMaqAYc+DeyeF5ZQ4TQr9RIhWH23Lwth3h0Y3Dtg="; + hash = "sha256-SZES80hdoP+k6o5ablMnwaFrsVGE8Baew44eX2ZCk/Y="; }; patches = [