Skip to content

Commit

Permalink
gpauth/gpclient: 2.3.7 -> 2.3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Rameshbabu <[email protected]>
  • Loading branch information
Binary-Eater committed Nov 13, 2024
1 parent c457c47 commit 96cc5d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gp/gpauth/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
pname = "gpauth";
version = "2.3.7";
version = "2.3.9";

src = fetchFromGitHub {
owner = "yuezk";
repo = "GlobalProtect-openconnect";
rev = "v${version}";
hash = "sha256-Zr888II65bUjrbStZfD0AYCXKY6VdKVJHQhbKwaY3is=";
hash = "sha256-s+uCpNrwQvdIINLSIbtcCCBg469J2xtlyiwDYqtXrQs=";
};

buildAndTestSubdir = "apps/gpauth";
cargoHash = "sha256-AuYw8CC0bMJzIJJQXhcQajQ4SACz4aKv6rG4HMq7U18=";
cargoHash = "sha256-QHqPVsMPKgAhhZwah3g1jqidl3UnvvKZnM4r1coUHSs=";

nativeBuildInputs = [
perl
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/gp/gpclient/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
inherit (gpauth) version src meta;

buildAndTestSubdir = "apps/gpclient";
cargoHash = "sha256-aJYFBvVrj1n2+9WLLBH5WTRRzTle19LsdJ2DielJYik=";
cargoHash = "sha256-lKfcWKOxpXEB28JajypOdyJNxLIAI8udMlaEo+6pecQ=";

nativeBuildInputs = [
perl
Expand Down

0 comments on commit 96cc5d4

Please sign in to comment.