chore: update netbird to 0.29.4

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-22 15:06:11 +05:30
parent a6fc984ceb
commit 66e7dab5aa
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -1,9 +1,9 @@
_: _self: super: let _: _self: super: let
version = "0.28.8"; version = "0.29.4";
in { in {
netbird = super.netbird.override { netbird = super.netbird.override {
buildGoModule = args: buildGoModule = args:
super.buildGoModule ( super.buildGo123Module (
args args
// { // {
inherit version; inherit version;
@ -11,9 +11,9 @@ in {
owner = "netbirdio"; owner = "netbirdio";
repo = "netbird"; repo = "netbird";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DfY8CVBHgE/kLALKNzSgmUxM0flWLesU0XAgVsHHLKc="; hash = "sha256-W71CE83r/RcPdBjzfT+FSh72UcKcTmIuagkrC1eaeNk=";
}; };
vendorHash = "sha256-CqknRMijAkWRLXCcIjRBX2wB64+RivD/mXq28TqzNjg="; vendorHash = "sha256-CD34U+Z8bUKN0Z4nxIVC+mYDp71Q8q1bmUypRDGgb3U=";
ldflags = [ ldflags = [
"-s" "-s"
"-w" "-w"