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.
2 parents b573648 + 0f188ba commit 3291b8dCopy full SHA for 3291b8d
pkgs/by-name/ne/netbird/package.nix
@@ -31,16 +31,16 @@ let
31
in
32
buildGoModule (finalAttrs: {
33
pname = "netbird";
34
- version = "0.39.2";
+ version = "0.40.0";
35
36
src = fetchFromGitHub {
37
owner = "netbirdio";
38
repo = "netbird";
39
tag = "v${finalAttrs.version}";
40
- hash = "sha256-K1qnQfkptMFviWWqzDA+yju/L/aMNTyO3qDHzMJnXzU=";
+ hash = "sha256-GbKA6tJLCQNCiG9rj3iW4l51nQEbt42u7B6tFCbDSTQ=";
41
};
42
43
- vendorHash = "sha256-yNFyW1D2gFkt2VDTyiaDXPw0zrT4KBQTe72x0Jh0jOs=";
+ vendorHash = "sha256-vy725OvkYLyCDYEmnPpXJWqyofb29GiP4GkLn1GInm0=";
44
45
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;
46
0 commit comments