We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9533b01 commit c3dcd58Copy full SHA for c3dcd58
1 file changed
pkgs/tools/networking/netbird/default.nix
@@ -14,13 +14,13 @@ let
14
in
15
buildGoModule rec {
16
pname = "netbird";
17
- version = "0.14.1";
+ version = "0.14.2";
18
19
src = fetchFromGitHub {
20
owner = "netbirdio";
21
repo = pname;
22
rev = "v${version}";
23
- sha256 = "sha256-H4jqpy1ELRfTUhLO8Ylv6a/uKkvapdVhIGM0e3WPdlo=";
+ sha256 = "sha256-qrXD/jRLyQR4T3tffCs+Nby+cvRPVvGNHy0NQAmYYAg=";
24
};
25
26
vendorHash = "sha256-2/kk4qTO85fYnNO5vXIFxxFR55xZ5wenogJTMsLfYsg=";
0 commit comments