From ab569cbcca8f6a00bdbef3dc8237332d8fe84b14 Mon Sep 17 00:00:00 2001 From: Cottand Date: Thu, 14 Dec 2023 13:06:11 +0000 Subject: [PATCH] nomad: nomad_1_5 -> nomad_1_6 --- pkgs/applications/networking/cluster/nomad/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix index d80e703988bb..4425e9f7db3e 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -52,7 +52,7 @@ rec { # Upstream partially documents used Go versions here # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md - nomad = nomad_1_5; + nomad = nomad_1_6; nomad_1_4 = generic { buildGoModule = buildGo120Module;