nomad: Default package 0.11 -> 0.12

Nomad 0.12 has now reached a fairly stable point release, this means we
should now be able to bump the default pretty safely, with recent
releases bug fixes primarily targetting 0.12 exclusive features, or long
standing latent bugs.
This commit is contained in:
Danielle Lancashire 2020-09-13 18:29:35 +02:00 committed by zowoq
parent d63af62a6e
commit b64df08a5f

View File

@ -5901,7 +5901,8 @@ in
noip = callPackage ../tools/networking/noip { };
nomad = nomad_0_11;
nomad = nomad_0_12;
# Nomad never updates major go versions within a release series and is unsupported
# on Go versions that it did not ship with. Due to historic bugs when compiled
# with different versions we pin Go for all versions.