about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad
diff options
context:
space:
mode:
authorCottand <nico.dc@outlook.com>2024-01-16 23:51:32 +0000
committerCottand <nico.dc@outlook.com>2024-01-24 08:56:14 +0000
commit5300e10e099d7a37eeed2371631cb307dba37fbb (patch)
tree0c6d489a1a40004a7ca8b47a5438484aae4aa2a4 /pkgs/applications/networking/cluster/nomad
parent5f2765148ef03ff615e6ff128fa0ed7475b4e60f (diff)
nomad: nomad_1_6 -> nomad_1_7
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 4c0bbc4182407..eec29106abe49 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_6;
+  nomad = nomad_1_7;
 
   nomad_1_4 = generic {
     buildGoModule = buildGo120Module;