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

netbird: 0.20.8 -> 0.21.0
This commit is contained in:
figsoda 2023-06-05 21:31:03 -04:00 committed by GitHub
commit 0f03f485f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,16 +30,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.20.8";
version = "0.21.0";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nLUk3R2c1JsZLNFGWbPF/icO+rmieaa/im47ntByU2E=";
sha256 = "sha256-ZQvWK8PbstYGABT5f456JsplCTE/XlAwGdvFM/BdSiU=";
};
vendorHash = "sha256-wgiDwf1aV8hM33ADgqAbmeLu9lDKdvw0d88IrVg0fmo=";
vendorHash = "sha256-C8FFybfLVDb5vc60nEyc3KynxbmU/7I/RM3RZgmYd1A=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;