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

netbird: 0.25.2 -> 0.25.4
This commit is contained in:
Mario Rodas 2024-01-22 06:59:43 -05:00 committed by GitHub
commit 4e2e46fe89
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.25.2";
version = "0.25.4";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-308t/yaFFabFC9nr1eN/SMF+uBBnpGaaWiWD0wm/dtI=";
hash = "sha256-M6n7uD1HPG0RA8PqNc7misIM9+w3uoJDjRhRcBQZKZM=";
};
vendorHash = "sha256-3jjCAsqbD5HUM8972jGBxCiewSLh2aIRE68rpV03KqQ=";
vendorHash = "sha256-HPP1XOOX0YShrsMFwmfJ1CZq9wHjqYSFK+a+b7FEFdc=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;