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

netbird: 0.27.10 -> 0.28.3
This commit is contained in:
Weijia Wang 2024-06-28 00:03:18 +02:00 committed by GitHub
commit 68e67ac95c
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.27.10";
version = "0.28.3";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-eliLEyw++NE+OTu4TNJWLptPDVCYUySRciBRoebmXYc=";
hash = "sha256-ue5vMZNLeDAtCa/BzX4aMEcmnxcN41hbmccME8I6VYk=";
};
vendorHash = "sha256-gV/Jx5QEVw2PjMP3BRkZCZ0lo5i8DUddSs+yntfBcTM=";
vendorHash = "sha256-/RfEjTB2n9URhcagasN6yYaejLviv7kHodPo0Y+k3mo=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;