From db8d5de6f55767477ba0fd02a0ea4be9b82914c5 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Tue, 21 Oct 2025 11:44:03 +0200 Subject: [PATCH] {gpclient,gpauth}: update 2.4.1 -> 2.4.6 --- pkgs/by-name/gp/gpauth/package.nix | 6 +++--- pkgs/by-name/gp/gpclient/package.nix | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gp/gpauth/package.nix b/pkgs/by-name/gp/gpauth/package.nix index a78cddb2f7fe..2b31edcb2836 100644 --- a/pkgs/by-name/gp/gpauth/package.nix +++ b/pkgs/by-name/gp/gpauth/package.nix @@ -11,18 +11,18 @@ rustPlatform.buildRustPackage rec { pname = "gpauth"; - version = "2.4.1"; + version = "2.4.6"; src = fetchFromGitHub { owner = "yuezk"; repo = "GlobalProtect-openconnect"; rev = "v${version}"; - hash = "sha256-MY4JvftrC6sR8M0dFvnGZOkvHIhPRcyct9AG/8527gw="; + hash = "sha256-AxerhMQBgEgeecKAhedokMdpra1C9iqhutPrdAQng6Q="; }; buildAndTestSubdir = "apps/gpauth"; - cargoHash = "sha256-8LSGuRnWRWeaY6t25GdZ2y4hGIJ+mP3UBXRjcvPuD6U="; + cargoHash = "sha256-oPnBpwE8bdYgve1Dh64WNjWXClSRoHL5PVwrB1ovU6Y="; nativeBuildInputs = [ perl diff --git a/pkgs/by-name/gp/gpclient/package.nix b/pkgs/by-name/gp/gpclient/package.nix index 78e6c0a975bf..0412494e614b 100644 --- a/pkgs/by-name/gp/gpclient/package.nix +++ b/pkgs/by-name/gp/gpclient/package.nix @@ -8,6 +8,11 @@ perl, pkg-config, vpnc-scripts, + glib, + pango, + cairo, + atk, + gtk3, }: rustPlatform.buildRustPackage { @@ -32,6 +37,11 @@ rustPlatform.buildRustPackage { openconnect openssl glib-networking + glib + pango + cairo + atk + gtk3 ]; preConfigure = ''