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

ocserv: 0.12.3 -> 0.12.4
This commit is contained in:
Ryan Mulligan 2019-07-16 20:05:09 -07:00 committed by GitHub
commit 2135e0659f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "ocserv-${version}";
version = "0.12.3";
version = "0.12.4";
src = fetchFromGitLab {
owner = "openconnect";
repo = "ocserv";
rev = "ocserv_${stdenv.lib.replaceStrings [ "." ] [ "_" ] version}";
sha256 = "072256099l1c6p7dvvzp0gyafh1zvmmgmnpy0fcmv9sy80qg3p44";
sha256 = "0lybz93ah6n5b82ywshhmsmf65im8rk6gkxnzxfbxpqxra79j517";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];