Loading pkgs/tools/networking/netbird/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -35,16 +35,16 @@ let in buildGoModule rec { pname = "netbird"; version = "0.36.3"; version = "0.35.2"; src = fetchFromGitHub { owner = "netbirdio"; repo = "netbird"; rev = "v${version}"; hash = "sha256-ZAKVjBjffinOyHhzln/ny7tooZwtKHfMEDb/Uy0k6Gw="; tag = "v${version}"; hash = "sha256-CvKJiv3CyCRp0wyH+OZejOChcumnMOrA7o9wL4ElJio="; }; vendorHash = "sha256-xZz2JkD3yD7tuXVFlMm2g1hRBItkGmO9OvnLdUfqai0="; vendorHash = "sha256-CgfZZOiFDLf6vCbzovpwzt7FlO9BnzNSdR8e5U+xCDQ="; nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; Loading Loading @@ -125,6 +125,6 @@ buildGoModule rec { vrifox saturn745 ]; mainProgram = "netbird"; mainProgram = if ui then "netbird-ui" else "netbird"; }; } Loading
pkgs/tools/networking/netbird/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -35,16 +35,16 @@ let in buildGoModule rec { pname = "netbird"; version = "0.36.3"; version = "0.35.2"; src = fetchFromGitHub { owner = "netbirdio"; repo = "netbird"; rev = "v${version}"; hash = "sha256-ZAKVjBjffinOyHhzln/ny7tooZwtKHfMEDb/Uy0k6Gw="; tag = "v${version}"; hash = "sha256-CvKJiv3CyCRp0wyH+OZejOChcumnMOrA7o9wL4ElJio="; }; vendorHash = "sha256-xZz2JkD3yD7tuXVFlMm2g1hRBItkGmO9OvnLdUfqai0="; vendorHash = "sha256-CgfZZOiFDLf6vCbzovpwzt7FlO9BnzNSdR8e5U+xCDQ="; nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; Loading Loading @@ -125,6 +125,6 @@ buildGoModule rec { vrifox saturn745 ]; mainProgram = "netbird"; mainProgram = if ui then "netbird-ui" else "netbird"; }; }