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

ocserv: 1.1.6 -> 1.1.7
This commit is contained in:
Weijia Wang
2023-06-05 10:00:58 +03:00
committed by GitHub
+2 -2
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 ];