change version to unstable-YYYY-MM-DD as per policy

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

View File

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