Commit 86eb64ac authored by K900's avatar K900
Browse files
parent 94f63d72
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,13 +67,13 @@ let
in
buildGoModule (finalAttrs: {
  pname = "netbird-${componentName}";
  version = "0.68.1";
  version = "0.68.3";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = "netbird";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2/TnyN/CGIRlXEH2KxYaEJL7Q7dm3mRe3/00gYxCebg=";
    hash = "sha256-E8TFeIssBXqdKIhBGFRZgytmSqiextSzs6AE0fCD9cE=";
  };

  vendorHash = "sha256-NUdMiTPXgKb6vxF5odJ0MBBwatqA2SlN+0KR2Z8HoWM=";