about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad
diff options
context:
space:
mode:
authorCottand <nico.dc@outlook.com>2023-12-14 13:06:11 +0000
committerCottand <nico.dc@outlook.com>2023-12-14 13:06:11 +0000
commitab569cbcca8f6a00bdbef3dc8237332d8fe84b14 (patch)
tree914afff1008c5ab3f8125d8b2cd666f3a88e5c9b /pkgs/applications/networking/cluster/nomad
parent4a8789ebfde3e72236c2de7e0bccae571667d60f (diff)
nomad: nomad_1_5 -> nomad_1_6
Diffstat (limited to 'pkgs/applications/networking/cluster/nomad')
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index d80e703988bb4..4425e9f7db3ea 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;