Skip to content

Commit f304923

Browse files
authored
{gpauth,gpclient}: Minor changes + 2.3.7 -> 2.3.9 (#355768)
2 parents 9c631cf + d42fed4 commit f304923

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

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

Lines changed: 7 additions & 4 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
@@ -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
}

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

Lines changed: 2 additions & 2 deletions
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
@@ -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
}

0 commit comments

Comments
 (0)