File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
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
@@ -45,6 +45,9 @@ rustPlatform.buildRustPackage rec {
4545 '' ;
4646 homepage = "https://github.com/${ src . owner } /${ src . repo } " ;
4747 license = with licenses ; [ gpl3Only ] ;
48- maintainers = with maintainers ; [ binary-eater ] ;
48+ maintainers = with maintainers ; [
49+ binary-eater
50+ m1dugh
51+ ] ;
4952 } ;
5053}
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
@@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
4747
4848 postFixup = ''
4949 substituteInPlace $out/share/applications/gpgui.desktop \
50- --replace-fail /usr/bin/gpclient $out/bin/ gpclient
50+ --replace-fail /usr/bin/gpclient gpclient
5151 '' ;
5252}
You can’t perform that action at this time.
0 commit comments