Skip to content

Commit d42fed4

Browse files
committed
{gpauth,gpclient}: 2.3.7 -> 2.3.9
Signed-off-by: Rahul Rameshbabu <[email protected]>
1 parent 27787d0 commit d42fed4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/gp/gpauth/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
rustPlatform.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

pkgs/by-name/gp/gpclient/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)