Skip to content

Commit

Permalink
gpauth: 2.3.7 -> 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 1, 2024
1 parent e997198 commit 7581a1c
Showing 1 changed file with 3 additions and 3 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.8";

src = fetchFromGitHub {
owner = "yuezk";
repo = "GlobalProtect-openconnect";
rev = "v${version}";
hash = "sha256-Zr888II65bUjrbStZfD0AYCXKY6VdKVJHQhbKwaY3is=";
hash = "sha256-ZIAY0Dkv6uukCfh9e2D6h5ZxVdZX/04laV09mmu5Fm0=";
};

buildAndTestSubdir = "apps/gpauth";
cargoHash = "sha256-AuYw8CC0bMJzIJJQXhcQajQ4SACz4aKv6rG4HMq7U18=";
cargoHash = "sha256-mk6vIIinSppmiJXYlt7uCxjpKq1YpYtKhu3t8saJd/k=";

nativeBuildInputs = [
perl
Expand Down

0 comments on commit 7581a1c

Please sign in to comment.