about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-12-15 15:45:09 +0000
committerGitHub <noreply@github.com>2023-12-15 15:45:09 +0000
commit774d658859367c3902b00c069be2858906e64db1 (patch)
treec46c43b6315e3dd91f0fb28826dd3f9bd9a997e1
parent24d21893ca1f29a35cc42937ba39b6e7afad6b00 (diff)
parentab569cbcca8f6a00bdbef3dc8237332d8fe84b14 (diff)
Merge pull request #274233 from Cottand/nomad-to-16
nomad: nomad_1_5 -> nomad_1_6
-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 959b3960717cb..be82663079d1d 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;