Unverified Commit 4312389e authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

{gpclient,gpauth}: update 2.4.1 -> 2.4.6 (#454150)

parents 64017f7d db8d5de6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@

rustPlatform.buildRustPackage rec {
  pname = "gpauth";
  version = "2.4.1";
  version = "2.4.6";

  src = fetchFromGitHub {
    owner = "yuezk";
    repo = "GlobalProtect-openconnect";
    rev = "v${version}";
    hash = "sha256-MY4JvftrC6sR8M0dFvnGZOkvHIhPRcyct9AG/8527gw=";
    hash = "sha256-AxerhMQBgEgeecKAhedokMdpra1C9iqhutPrdAQng6Q=";
  };

  buildAndTestSubdir = "apps/gpauth";

  cargoHash = "sha256-8LSGuRnWRWeaY6t25GdZ2y4hGIJ+mP3UBXRjcvPuD6U=";
  cargoHash = "sha256-oPnBpwE8bdYgve1Dh64WNjWXClSRoHL5PVwrB1ovU6Y=";

  nativeBuildInputs = [
    perl
+10 −0
Original line number Diff line number Diff line
@@ -8,6 +8,11 @@
  perl,
  pkg-config,
  vpnc-scripts,
  glib,
  pango,
  cairo,
  atk,
  gtk3,
}:

rustPlatform.buildRustPackage {
@@ -32,6 +37,11 @@ rustPlatform.buildRustPackage {
    openconnect
    openssl
    glib-networking
    glib
    pango
    cairo
    atk
    gtk3
  ];

  preConfigure = ''