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 086a413 commit 267f63cCopy full SHA for 267f63c
pkgs/tools/networking/netbird/default.nix
@@ -35,13 +35,13 @@ let
35
in
36
buildGoModule rec {
37
pname = "netbird";
38
- version = "0.36.6";
+ version = "0.36.7";
39
40
src = fetchFromGitHub {
41
owner = "netbirdio";
42
repo = "netbird";
43
tag = "v${version}";
44
- hash = "sha256-qXwpYGFAQvOKor/acJJqjgNiFNf2YxDsawFne3dkfYc=";
+ hash = "sha256-RSL8Cs4ihoaP5DSDRvG0m0vH4pOnw/2RFevvK8rvSAM=";
45
};
46
47
vendorHash = "sha256-/8SoQAQoFuuHTi+rTkmQSZxCt9sAl0yDCVccrqlx4VE=";
0 commit comments