netbird: 0.74.2 -> 0.74.3

This commit is contained in:
R. Ryantm
2026-07-10 02:18:39 +00:00
parent 0e6ff04fc5
commit 453bab7160

View File

@@ -73,13 +73,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "netbird-${componentName}";
version = "0.74.2";
version = "0.74.3";
src = fetchFromGitHub {
owner = "netbirdio";
repo = "netbird";
tag = "v${finalAttrs.version}";
hash = "sha256-+BGWZzw6a8Fp8NlhtbX81OA3hCTcQ9r6nLuXTsbXCZ8=";
hash = "sha256-JXmtoHe0CwO1nKOPi82+cxhJ3tf3XZUCpDstk8U6s94=";
};
overrideModAttrs = final: prev: {