From 4d47f25be4dbafd42a61afe71f778794f87a0371 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 19 Oct 2025 12:53:44 +0200 Subject: [PATCH] netbox_4_4: 4.4.2 -> 4.4.6 Release notes: - https://github.com/netbox-community/netbox/releases/tag/v4.4.3 - https://github.com/netbox-community/netbox/releases/tag/v4.4.4 - https://github.com/netbox-community/netbox/releases/tag/v4.4.5 - https://github.com/netbox-community/netbox/releases/tag/v4.4.6 Full changelog: https://github.com/netbox-community/netbox/compare/v4.4.2...v4.4.6 --- pkgs/by-name/ne/netbox_4_4/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ne/netbox_4_4/package.nix b/pkgs/by-name/ne/netbox_4_4/package.nix index cd59bfeae268..4653e670577b 100644 --- a/pkgs/by-name/ne/netbox_4_4/package.nix +++ b/pkgs/by-name/ne/netbox_4_4/package.nix @@ -16,14 +16,14 @@ let in py.pkgs.buildPythonApplication rec { pname = "netbox"; - version = "4.4.2"; + version = "4.4.6"; pyproject = false; src = fetchFromGitHub { owner = "netbox-community"; repo = "netbox"; tag = "v${version}"; - hash = "sha256-1POwxp7BTCZo7JlGrLVGNzBGCplmhZ0Y6wujunIVGsA="; + hash = "sha256-i/S9/WR+GKo7wb9t23nYYERf9F6DPsSOTef3tvfFENk="; }; patches = [