mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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:
parent
d63af62a6e
commit
b64df08a5f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user