File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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 ; {
You can’t perform that action at this time.
0 commit comments