Skip to content

Commit 3291b8d

Browse files
authored
netbird-ui: 0.39.2 -> 0.40.0 (#397126)
2 parents b573648 + 0f188ba commit 3291b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ne/netbird/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ let
3131
in
3232
buildGoModule (finalAttrs: {
3333
pname = "netbird";
34-
version = "0.39.2";
34+
version = "0.40.0";
3535

3636
src = fetchFromGitHub {
3737
owner = "netbirdio";
3838
repo = "netbird";
3939
tag = "v${finalAttrs.version}";
40-
hash = "sha256-K1qnQfkptMFviWWqzDA+yju/L/aMNTyO3qDHzMJnXzU=";
40+
hash = "sha256-GbKA6tJLCQNCiG9rj3iW4l51nQEbt42u7B6tFCbDSTQ=";
4141
};
4242

43-
vendorHash = "sha256-yNFyW1D2gFkt2VDTyiaDXPw0zrT4KBQTe72x0Jh0jOs=";
43+
vendorHash = "sha256-vy725OvkYLyCDYEmnPpXJWqyofb29GiP4GkLn1GInm0=";
4444

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

0 commit comments

Comments
 (0)