Skip to content

Commit 7584582

Browse files
authored
netbird: 0.36.6 -> 0.36.7 (#383760)
2 parents debbafb + 267f63c commit 7584582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/networking/netbird/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ let
3535
in
3636
buildGoModule rec {
3737
pname = "netbird";
38-
version = "0.36.6";
38+
version = "0.36.7";
3939

4040
src = fetchFromGitHub {
4141
owner = "netbirdio";
4242
repo = "netbird";
4343
tag = "v${version}";
44-
hash = "sha256-qXwpYGFAQvOKor/acJJqjgNiFNf2YxDsawFne3dkfYc=";
44+
hash = "sha256-RSL8Cs4ihoaP5DSDRvG0m0vH4pOnw/2RFevvK8rvSAM=";
4545
};
4646

4747
vendorHash = "sha256-/8SoQAQoFuuHTi+rTkmQSZxCt9sAl0yDCVccrqlx4VE=";

0 commit comments

Comments
 (0)