Skip to content

Commit 0c32345

Browse files
authored
{gpclient,gpauth}: 2.3.9 -> 2.4.1 (NixOS#374154)
2 parents 776bb8c + 6dcea19 commit 0c32345

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

pkgs/by-name/gp/gpauth/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
openssl,
77
pkg-config,
88
perl,
9-
webkitgtk_4_0,
9+
webkitgtk_4_1,
1010
}:
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "gpauth";
14-
version = "2.3.9";
14+
version = "2.4.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "yuezk";
1818
repo = "GlobalProtect-openconnect";
1919
rev = "v${version}";
20-
hash = "sha256-s+uCpNrwQvdIINLSIbtcCCBg469J2xtlyiwDYqtXrQs=";
20+
hash = "sha256-MY4JvftrC6sR8M0dFvnGZOkvHIhPRcyct9AG/8527gw=";
2121
};
2222

2323
buildAndTestSubdir = "apps/gpauth";
24-
cargoHash = "sha256-QHqPVsMPKgAhhZwah3g1jqidl3UnvvKZnM4r1coUHSs=";
24+
cargoHash = "sha256-bZhLSKoki9aLEG+jmieCUitvR5mIfntzi+XcMJqyv3s=";
2525

2626
nativeBuildInputs = [
2727
perl
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
3030
buildInputs = [
3131
libsoup_2_4
3232
openssl
33-
webkitgtk_4_0
33+
webkitgtk_4_1
3434
];
3535

3636
meta = with lib; {

pkgs/by-name/gp/gpclient/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@
66
openconnect,
77
openssl,
88
perl,
9+
pkg-config,
910
vpnc-scripts,
1011
}:
1112

12-
rustPlatform.buildRustPackage rec {
13+
rustPlatform.buildRustPackage {
1314
pname = "gpclient";
1415

1516
inherit (gpauth) version src meta;
1617

1718
buildAndTestSubdir = "apps/gpclient";
18-
cargoHash = "sha256-lKfcWKOxpXEB28JajypOdyJNxLIAI8udMlaEo+6pecQ=";
19+
cargoHash = "sha256-aanC0iwitvpKWCZSyaGVIkrWo/Hi1gjS19t3PfW+w4U=";
1920

2021
nativeBuildInputs = [
2122
perl
2223
makeWrapper
24+
pkg-config
2325
];
2426
buildInputs = [
2527
gpauth

0 commit comments

Comments
 (0)