Merge pull request #168424 from klDen/feat/update-globalprotect

globalprotect-openconnect: 1.3.4 -> 1.4.1
This commit is contained in:
Artturi 2022-05-01 04:27:01 +03:00 committed by GitHub
commit 42f6d185fe
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.3.4";
version = "1.4.1";
src = fetchFromGitHub {
owner = "yuezk";
repo = "GlobalProtect-openconnect";
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-w2y6DOFgQ8Xpi1abibvRNpEUbBsdvwDMGqlJxQSCpVg=";
sha256 = "sha256-J4f+DJuKQUGK49muAtPU1aL/KI9mofIjyCcIztNVyr4=";
};
nativeBuildInputs = [ cmake wrapQtAppsHook ];