ocserv: 1.1.5 -> 1.1.6
This commit is contained in:
parent
8b2bc00ec8
commit
919504028f
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ocserv";
|
pname = "ocserv";
|
||||||
version = "1.1.5";
|
version = "1.1.6";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "openconnect";
|
owner = "openconnect";
|
||||||
repo = "ocserv";
|
repo = "ocserv";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-mb1xmv2jM8XpKiUX/IlVctKUimMeF1oMDnT6YMZ0nCY=";
|
sha256 = "sha256-1grRt0F/myVzK+DMSeK5K0Ui8bJANEtE6/6IY+ZbPAw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook gperf pkg-config ronn ];
|
nativeBuildInputs = [ autoreconfHook gperf pkg-config ronn ];
|
||||||
|
|
Loading…
Reference in a new issue