3
0
Fork 0
forked from mirrors/nixpkgs

add missing unstable

This commit is contained in:
chessai 2018-11-17 14:48:34 -05:00 committed by chessai
parent d812e296b6
commit d79d7fbde9

View file

@ -3,7 +3,7 @@
assert (openssl != null) == (gnutls == null);
let
version = "2018-10-08";
version = "unstable-2018-10-08";
name = "openconnect_pa-${version}";
in stdenv.mkDerivation {
inherit name;