File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212rustPlatform . buildRustPackage rec {
1313 pname = "gpauth" ;
14- version = "2.3.7 " ;
14+ version = "2.3.9 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "yuezk" ;
1818 repo = "GlobalProtect-openconnect" ;
1919 rev = "v${ version } " ;
20- hash = "sha256-Zr888II65bUjrbStZfD0AYCXKY6VdKVJHQhbKwaY3is =" ;
20+ hash = "sha256-s+uCpNrwQvdIINLSIbtcCCBg469J2xtlyiwDYqtXrQs =" ;
2121 } ;
2222
2323 buildAndTestSubdir = "apps/gpauth" ;
24- cargoHash = "sha256-AuYw8CC0bMJzIJJQXhcQajQ4SACz4aKv6rG4HMq7U18 =" ;
24+ cargoHash = "sha256-QHqPVsMPKgAhhZwah3g1jqidl3UnvvKZnM4r1coUHSs =" ;
2525
2626 nativeBuildInputs = [
2727 perl
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
1515 inherit ( gpauth ) version src meta ;
1616
1717 buildAndTestSubdir = "apps/gpclient" ;
18- cargoHash = "sha256-aJYFBvVrj1n2+9WLLBH5WTRRzTle19LsdJ2DielJYik =" ;
18+ cargoHash = "sha256-lKfcWKOxpXEB28JajypOdyJNxLIAI8udMlaEo+6pecQ =" ;
1919
2020 nativeBuildInputs = [
2121 perl
You can’t perform that action at this time.
0 commit comments