globalprotect-openconnect: 1.3.4 -> 1.4.1

This commit is contained in:
Kenzyme L 2022-04-12 19:49:20 -04:00
parent bb955f7b59
commit e8aee7af1a

View file

@ -4,14 +4,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "globalprotect-openconnect"; pname = "globalprotect-openconnect";
version = "1.3.4"; version = "1.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yuezk"; owner = "yuezk";
repo = "GlobalProtect-openconnect"; repo = "GlobalProtect-openconnect";
fetchSubmodules = true; fetchSubmodules = true;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-w2y6DOFgQ8Xpi1abibvRNpEUbBsdvwDMGqlJxQSCpVg="; sha256 = "sha256-J4f+DJuKQUGK49muAtPU1aL/KI9mofIjyCcIztNVyr4=";
}; };
nativeBuildInputs = [ cmake wrapQtAppsHook ]; nativeBuildInputs = [ cmake wrapQtAppsHook ];