netbird-ui: 0.27.2 -> 0.27.3

This commit is contained in:
R. Ryantm 2024-04-15 05:33:10 +00:00
parent 1f54fa2ddf
commit 88b93829d9
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.27.2";
version = "0.27.3";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-W31eKA6v7pAJZ9El/CxEDMONTcpRfzn/Ldh1yIql+NQ=";
hash = "sha256-Df30R6/dKihB1F3NR9zH4AFe7IozN27xaGMe6M7hoDA=";
};
vendorHash = "sha256-HJEZ1VrKS1MXKtpDjVorMiecb94+f1mBWPkWng4YqZk=";