netbird: 0.43.2 -> 0.43.3 (#405781)

Co-authored-by: LoCrealloc <loc@locrealloc.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-10 09:56:43 +00:00
committed by GitHub
co-authored by LoCrealloc
+2 -2
View File
@@ -31,13 +31,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "netbird";
version = "0.43.2";
version = "0.43.3";
src = fetchFromGitHub {
owner = "netbirdio";
repo = "netbird";
tag = "v${finalAttrs.version}";
hash = "sha256-VZWd7KXMfh/OOnvprF5S69ztDK3N5w3lmfO2OGUC+FQ=";
hash = "sha256-+WEAUM+BrckRCUycCaYr7tveZBZ2kStnMPxyDVixAsA=";
};
vendorHash = "sha256-/STnSegRtpdMhh9RaCqwc6dSXvt7UO5GVz7/M9JzamM=";