File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 66 openssl ,
77 pkg-config ,
88 perl ,
9- webkitgtk_4_0 ,
9+ webkitgtk_4_1 ,
1010} :
1111
1212rustPlatform . 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 ; {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments