netbird-ui: 0.36.5 -> 0.36.6

This commit is contained in:
R. Ryantm 2025-02-13 03:53:52 +00:00
parent 3c3abaa64d
commit 6933f63d06

View File

@ -35,16 +35,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.36.5";
version = "0.36.6";
src = fetchFromGitHub {
owner = "netbirdio";
repo = "netbird";
tag = "v${version}";
hash = "sha256-3k41lydp6bIfANblvdYK07xY/B3SbXwipbLAIUxmf9I=";
hash = "sha256-qXwpYGFAQvOKor/acJJqjgNiFNf2YxDsawFne3dkfYc=";
};
vendorHash = "sha256-30KSccdeQ+DrYjotCR0w0LvY1jCBBJIAy5rKQtSsD9Q=";
vendorHash = "sha256-/8SoQAQoFuuHTi+rTkmQSZxCt9sAl0yDCVccrqlx4VE=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;