ocserv: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm 2023-06-04 09:54:06 +00:00
parent cb6775760b
commit ca78d062a7

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ocserv";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitLab {
owner = "openconnect";
repo = "ocserv";
rev = version;
sha256 = "sha256-1grRt0F/myVzK+DMSeK5K0Ui8bJANEtE6/6IY+ZbPAw=";
sha256 = "sha256-30S2puoL+5cBZ5nCKW2zvGPcnFvaKjRZVGKDC3E5XRk=";
};
nativeBuildInputs = [ autoreconfHook gperf pkg-config ronn ];