ocserv: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm 2024-01-28 06:30:48 +00:00
parent 6d5c4cff12
commit eb1ae3c3e1

View File

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