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

ocserv: 1.2.2 -> 1.2.3
This commit is contained in:
Weijia Wang 2024-01-03 19:42:05 +01:00 committed by GitHub
commit c2dafb3b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];