Merge pull request #183308 from r-ryantm/auto-update/globalprotect-openconnect

globalprotect-openconnect: 1.4.5 -> 1.4.8
This commit is contained in:
Bobby Rong 2022-08-07 13:14:17 +08:00 committed by GitHub
commit 133ef94b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "globalprotect-openconnect";
version = "1.4.5";
version = "1.4.8";
src = fetchFromGitHub {
owner = "yuezk";
repo = "GlobalProtect-openconnect";
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-9wRe7pJiosk2b0FKhHKpG6P2QPuBo8bVi6rnUMIkG6I=";
sha256 = "sha256-PQAlGeHVayImKalCNv2SwPcxD0ts4BVSqeo1hKYmnMA=";
};
nativeBuildInputs = [ cmake wrapQtAppsHook ];