From 22f853f6427f14542cbadca7b7bb15cf9c33ea73 Mon Sep 17 00:00:00 2001 From: Etienne Bruines Date: Thu, 29 Jun 2023 11:44:27 +0200 Subject: [PATCH] nomad: nomad_1_4 -> nomad_1_5 --- 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 b31c776c88d6..46cbafff2ad9 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -51,7 +51,7 @@ rec { # Upstream partially documents used Go versions here # https://github.com/hashicorp/nomad/blob/master/contributing/golang.md - nomad = nomad_1_4; + nomad = nomad_1_5; nomad_1_2 = generic { buildGoModule = buildGo120Module;