Unverified Commit 3cd78edc authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

netbird: use buildGo125Module (#502502)

parents 303eac2e 4b420e3a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  lib,
  nixosTests,
  nix-update-script,
  buildGoModule,
  buildGo125Module,
  fetchFromGitHub,
  installShellFiles,
  pkg-config,
@@ -65,7 +65,9 @@ let
  };
  component = availableComponents.${componentName};
in
buildGoModule (finalAttrs: {
# Vendored gvisor has a build-tag conflict with Go 1.26 (netbirdio/netbird#5290).
# TODO: revert to 'buildGoModule' when a release includes netbirdio/netbird#5447.
buildGo125Module (finalAttrs: {
  pname = "netbird-${componentName}";
  version = "0.65.3";