Skip to content

Commit

Permalink
netbird: 0.29.0 -> 0.29.2 (#341978)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Sep 16, 2024
2 parents 09b875f + 35e48f0 commit 7cc3d69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/tools/networking/netbird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, lib
, nixosTests
, nix-update-script
, buildGoModule
, buildGo123Module
, fetchFromGitHub
, installShellFiles
, pkg-config
Expand All @@ -29,18 +29,18 @@ let
signal = "netbird-signal";
};
in
buildGoModule rec {
buildGo123Module rec {
pname = "netbird";
version = "0.29.0";
version = "0.29.2";

src = fetchFromGitHub {
owner = "netbirdio";
repo = "netbird";
rev = "v${version}";
hash = "sha256-wzAvu8G1VJ/JLLxHwe4po/DkuLoAixLOx6XVatQThm8=";
hash = "sha256-/KKnrxWguPfUysKIUdxYMTrceD6EgdAYQ6QsOjBMKpA";
};

vendorHash = "sha256-YvfzqKjNxs2xaK0YSw3fNKluF3kIKu2KNSHhaLewNIw=";
vendorHash = "sha256-CD34U+Z8bUKN0Z4nxIVC+mYDp71Q8q1bmUypRDGgb3U=";

nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;

Expand Down Expand Up @@ -110,7 +110,7 @@ buildGoModule rec {
changelog = "https://github.com/netbirdio/netbird/releases/tag/v${version}";
description = "Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls";
license = licenses.bsd3;
maintainers = with maintainers; [ vrifox ];
maintainers = with maintainers; [ vrifox saturn745 ];
mainProgram = "netbird";
};
}

0 comments on commit 7cc3d69

Please sign in to comment.