3
0
Fork 0
forked from mirrors/nixpkgs

ocserv: 0.12.2 -> 0.12.3 (#58730)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocserv/versions
This commit is contained in:
R. RyanTM 2019-04-09 13:45:23 -07:00 committed by Timo Kaufmann
parent 2d7cf0627d
commit 72a198fc60

View file

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