Skip to content

Commit 9de54c9

Browse files
committed
gpauth: 2.3.9 -> 2.4.1
1 parent 70bcbc1 commit 9de54c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
openssl,
77
pkg-config,
88
perl,
9-
webkitgtk_4_0,
9+
webkitgtk_4_1,
1010
}:
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "gpauth";
14-
version = "2.3.9";
14+
version = "2.4.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "yuezk";
1818
repo = "GlobalProtect-openconnect";
1919
rev = "v${version}";
20-
hash = "sha256-s+uCpNrwQvdIINLSIbtcCCBg469J2xtlyiwDYqtXrQs=";
20+
hash = "sha256-MY4JvftrC6sR8M0dFvnGZOkvHIhPRcyct9AG/8527gw=";
2121
};
2222

2323
buildAndTestSubdir = "apps/gpauth";
24-
cargoHash = "sha256-QHqPVsMPKgAhhZwah3g1jqidl3UnvvKZnM4r1coUHSs=";
24+
cargoHash = "sha256-bZhLSKoki9aLEG+jmieCUitvR5mIfntzi+XcMJqyv3s=";
2525

2626
nativeBuildInputs = [
2727
perl
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
3030
buildInputs = [
3131
libsoup_2_4
3232
openssl
33-
webkitgtk_4_0
33+
webkitgtk_4_1
3434
];
3535

3636
meta = with lib; {

0 commit comments

Comments
 (0)