{gpauth,gpclient}: 2.3.7 -> 2.3.9

Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
This commit is contained in:
Rahul Rameshbabu 2024-11-13 14:36:09 -08:00
parent 27787d0d25
commit d42fed462b
No known key found for this signature in database
GPG key ID: FF247B3E5411387B
2 changed files with 4 additions and 4 deletions

View file

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "gpauth"; pname = "gpauth";
version = "2.3.7"; version = "2.3.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yuezk"; owner = "yuezk";
repo = "GlobalProtect-openconnect"; repo = "GlobalProtect-openconnect";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Zr888II65bUjrbStZfD0AYCXKY6VdKVJHQhbKwaY3is="; hash = "sha256-s+uCpNrwQvdIINLSIbtcCCBg469J2xtlyiwDYqtXrQs=";
}; };
buildAndTestSubdir = "apps/gpauth"; buildAndTestSubdir = "apps/gpauth";
cargoHash = "sha256-AuYw8CC0bMJzIJJQXhcQajQ4SACz4aKv6rG4HMq7U18="; cargoHash = "sha256-QHqPVsMPKgAhhZwah3g1jqidl3UnvvKZnM4r1coUHSs=";
nativeBuildInputs = [ nativeBuildInputs = [
perl perl

View file

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
inherit (gpauth) version src meta; inherit (gpauth) version src meta;
buildAndTestSubdir = "apps/gpclient"; buildAndTestSubdir = "apps/gpclient";
cargoHash = "sha256-aJYFBvVrj1n2+9WLLBH5WTRRzTle19LsdJ2DielJYik="; cargoHash = "sha256-lKfcWKOxpXEB28JajypOdyJNxLIAI8udMlaEo+6pecQ=";
nativeBuildInputs = [ nativeBuildInputs = [
perl perl