Unverified Commit 12a6f39d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

netbird: 0.29.3 -> 0.29.4 (#343270)

parents 7a86e245 9098c0ad
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, lib
, nixosTests
, nix-update-script
, buildGo123Module
, buildGoModule
, fetchFromGitHub
, installShellFiles
, pkg-config
@@ -29,15 +29,15 @@ let
      signal = "netbird-signal";
    };
in
buildGo123Module rec {
buildGoModule rec {
  pname = "netbird";
  version = "0.29.3";
  version = "0.29.4";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = "netbird";
    rev = "v${version}";
    hash = "sha256-0KLx3kxXGriKZqyvcLRoz8y4y729ZQVuOKDkm8p2te4=";
    hash = "sha256-W71CE83r/RcPdBjzfT+FSh72UcKcTmIuagkrC1eaeNk=";
  };

  vendorHash = "sha256-CD34U+Z8bUKN0Z4nxIVC+mYDp71Q8q1bmUypRDGgb3U=";
+1 −0
Original line number Diff line number Diff line
@@ -6512,6 +6512,7 @@ with pkgs;
  netbird = callPackage ../tools/networking/netbird {
    inherit (darwin.apple_sdk_11_0.frameworks) Cocoa IOKit Kernel UserNotifications WebKit;
    buildGoModule = buildGo123Module;
  };
  netbird-ui = netbird.override {