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

netbird: 0.26.6 -> 0.27.1
This commit is contained in:
Weijia Wang 2024-04-06 14:27:11 +02:00 committed by GitHub
commit 348b80e1c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,16 +31,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.26.6";
version = "0.27.1";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-LsgkUQ6uYdd1qPaINeza4MDDG0ynGhJ7jiZoAy8pjEE=";
hash = "sha256-Cgu4OvmCZb7/X09fWct73Ztbb7uiB7KqnxgYoL3uR4k=";
};
vendorHash = "sha256-SSTpXila4eze3XA3vrTczBwt5XEjtLDvaCiQ5oi4FXg=";
vendorHash = "sha256-HJEZ1VrKS1MXKtpDjVorMiecb94+f1mBWPkWng4YqZk=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;