Merge pull request #284445 from r-ryantm/auto-update/ocserv

ocserv: 1.2.3 -> 1.2.4
This commit is contained in:
Weijia Wang
2024-02-05 19:06:33 +01:00
committed by GitHub
+2 -2
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 ];