Unverified Commit 3d18dea5 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

netbird-relay: 0.62.1 -> 0.64.1 (#483538)

parents 26caeaa1 b3b8429c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -68,16 +68,16 @@ let
in
buildGoModule (finalAttrs: {
  pname = "netbird-${componentName}";
  version = "0.62.1";
  version = "0.64.1";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = "netbird";
    tag = "v${finalAttrs.version}";
    hash = "sha256-u5XzTUlGhOA++dgu0yrltQ6Cxkg+P7ghTRMvT0+2Dx4=";
    hash = "sha256-fxQ6x/MN3FKRiGgb8OPjLnHCVjYnI4vBLwjDKAxrUQY=";
  };

  vendorHash = "sha256-FsSio0gn3BBMkmQ5lSzYBkK2iU13wJKo4yWIxojvQaM=";
  vendorHash = "sha256-suQPYxZo1R2Jh4N2ulOysfhRKAnVUUMzJoj+5lmhwDk=";

  nativeBuildInputs = [ installShellFiles ] ++ lib.optional (componentName == "ui") pkg-config;