netbird: 0.29.3 -> 0.29.4

Change back to buildGoModule and override it
This commit is contained in:
Saturn745 2024-09-20 06:35:21 -07:00
parent a11ec092e8
commit 9098c0ad9f
2 changed files with 5 additions and 4 deletions
pkgs
tools/networking/netbird
top-level

View File

@ -2,7 +2,7 @@
, lib
, nixosTests
, nix-update-script
, buildGo123Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
, pkg-config
@ -29,15 +29,15 @@ let
signal = "netbird-signal";
};
in
buildGo123Module rec {
buildGoModule rec {
pname = "netbird";
version = "0.29.3";
version = "0.29.4";
src = fetchFromGitHub {
owner = "netbirdio";
repo = "netbird";
rev = "v${version}";
hash = "sha256-0KLx3kxXGriKZqyvcLRoz8y4y729ZQVuOKDkm8p2te4=";
hash = "sha256-W71CE83r/RcPdBjzfT+FSh72UcKcTmIuagkrC1eaeNk=";
};
vendorHash = "sha256-CD34U+Z8bUKN0Z4nxIVC+mYDp71Q8q1bmUypRDGgb3U=";

View File

@ -6516,6 +6516,7 @@ with pkgs;
netbird = callPackage ../tools/networking/netbird {
inherit (darwin.apple_sdk_11_0.frameworks) Cocoa IOKit Kernel UserNotifications WebKit;
buildGoModule = buildGo123Module;
};
netbird-ui = netbird.override {