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

netbird: 0.14.2 -> 0.14.4
This commit is contained in:
Mario Rodas 2023-03-11 06:36:52 -05:00 committed by GitHub
commit 93b31a9dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,16 +14,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.14.2";
version = "0.14.4";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qrXD/jRLyQR4T3tffCs+Nby+cvRPVvGNHy0NQAmYYAg=";
sha256 = "sha256-AzWYJGYlUsgR5ihXwY9ZyN/pL5avionql/jwqhYKsxc=";
};
vendorHash = "sha256-2/kk4qTO85fYnNO5vXIFxxFR55xZ5wenogJTMsLfYsg=";
vendorHash = "sha256-8cVEujVKwKvO81H+ukVxQouVVH7uZm/FwK9RAKJLN2c=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;