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 0cc343a commit f7e7748Copy full SHA for f7e7748
1 file changed
pkgs/by-name/ne/netbird/package.nix
@@ -31,13 +31,13 @@ let
31
in
32
buildGoModule (finalAttrs: {
33
pname = "netbird";
34
- version = "0.43.2";
+ version = "0.43.3";
35
36
src = fetchFromGitHub {
37
owner = "netbirdio";
38
repo = "netbird";
39
tag = "v${finalAttrs.version}";
40
- hash = "sha256-VZWd7KXMfh/OOnvprF5S69ztDK3N5w3lmfO2OGUC+FQ=";
+ hash = "sha256-+WEAUM+BrckRCUycCaYr7tveZBZ2kStnMPxyDVixAsA=";
41
};
42
43
vendorHash = "sha256-/STnSegRtpdMhh9RaCqwc6dSXvt7UO5GVz7/M9JzamM=";
0 commit comments