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

globalprotect-openconnect: 1.2.6 -> 1.3.4
This commit is contained in:
Artturi 2021-10-30 17:08:12 +03:00 committed by GitHub
commit bc943cd318
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.2.6";
version = "1.3.4";
src = fetchFromGitHub {
owner = "yuezk";
repo = "GlobalProtect-openconnect";
rev = "c14a6ad1d2b62f8d297bc4cfbcb1dcea4d99112f";
fetchSubmodules = true;
sha256 = "1zkc3vk1j31n2zs5ammzv23dah7x163gfrzz222ynbkvsccrhzrk";
sha256 = "sha256-M3+YGdN7LuuFEP9n94YJ/UDVhti/VlX0FzYMGeYebP4=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook ];