From 96a8fdc303e089b386a20ff56e2c9b490bb82280 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 14 May 2026 18:50:47 +0300 Subject: [PATCH] netbird: 0.70.4 -> 0.70.5 Diff: https://github.com/netbirdio/netbird/compare/v0.70.4...v0.70.5 Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.70.5 --- pkgs/by-name/ne/netbird/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ne/netbird/package.nix b/pkgs/by-name/ne/netbird/package.nix index ecaa121b404a..e93a8d6f3b48 100644 --- a/pkgs/by-name/ne/netbird/package.nix +++ b/pkgs/by-name/ne/netbird/package.nix @@ -67,16 +67,16 @@ let in buildGoModule (finalAttrs: { pname = "netbird-${componentName}"; - version = "0.70.4"; + version = "0.70.5"; src = fetchFromGitHub { owner = "netbirdio"; repo = "netbird"; tag = "v${finalAttrs.version}"; - hash = "sha256-tfScscRllUlV1V6D66rfT6JEsReDQfVGryVzNebm0vg="; + hash = "sha256-AsM+MEeBqxnwD1jE8ocI93tF3l/7s+s5nF073ZMAi/Y="; }; - vendorHash = "sha256-IRV1GxdUKgan0GwmBg9acpl7plW01CtEO2FrKrlDdeE="; + vendorHash = "sha256-ebhjN6o/519ayxWTcscNinKuiL3LSPmE2VNgSitxj5g="; nativeBuildInputs = [ installShellFiles ] ++ lib.optional (componentName == "ui") pkg-config;