{gpclient,gpauth}: update 2.4.1 -> 2.4.6 (#454150)

This commit is contained in:
Wolfgang Walther
2025-10-22 12:17:29 +00:00
committed by GitHub
2 changed files with 13 additions and 3 deletions
+3 -3
View File
@@ -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
+10
View File
@@ -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 = ''