From b64df08a5fa2b12be9275c4cf963b1bd83446af9 Mon Sep 17 00:00:00 2001 From: Danielle Lancashire Date: Sun, 13 Sep 2020 18:29:35 +0200 Subject: [PATCH] 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. --- pkgs/top-level/all-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index fde911a0a7c..75928eb7dcc 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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.