3
0
Fork 0
forked from mirrors/nixpkgs

netbird: 0.10.6 -> 0.10.7

This commit is contained in:
R. Ryantm 2022-11-10 02:06:02 +00:00 committed by Bobby Rong
parent cf0c30240e
commit 4c799a38b6

View file

@ -14,13 +14,13 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.10.6";
version = "0.10.7";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lqFoqLqFp019rJX2WYEEG0FozgrRP35UDE7BRReh1Y4=";
sha256 = "sha256-KxayfMtLRLJfeSU8MXigOA02jBKBP6COFDI2iZeOrA8=";
};
vendorSha256 = "sha256-owksab5MgRomiBp5p48VILJj+CmgCLDkB1sOHRNA3uQ=";