ocserv: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2023-12-28 06:55:39 +00:00
parent ddd6c029b5
commit 125d399f79

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ocserv";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitLab {
owner = "openconnect";
repo = "ocserv";
rev = version;
sha256 = "sha256-wVHmELB70TkHxm+yYaLxOk/hABYwxBm7GOIPw7QXqu8=";
sha256 = "sha256-PHAhkHEbt5CsVc5gr/gh+xR7wfRb752bpz301g5ra9s=";
};
nativeBuildInputs = [ autoreconfHook gperf pkg-config ronn ];