Merge pull request #303033 from r-ryantm/auto-update/netbird-ui

netbird-ui: 0.27.1 -> 0.27.2
This commit is contained in:
Pascal Wittmann 2024-04-10 19:48:40 +02:00 committed by GitHub
commit 2373a21e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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