From 25aa0b4cabcf123e29690d33cdbd6121d35c414b Mon Sep 17 00:00:00 2001 From: Cottand Date: Tue, 11 Mar 2025 21:22:36 +0000 Subject: [PATCH] nomad_1_9: 1.9.6 -> 1.9.7 --- pkgs/applications/networking/cluster/nomad/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix index 55a98cdfd0de..6beedfbbfe44 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -2,7 +2,7 @@ lib, buildGoModule, buildGo122Module, - buildGo123Module, + buildGo124Module, fetchFromGitHub, nixosTests, installShellFiles, @@ -109,10 +109,10 @@ rec { }; nomad_1_9 = generic { - buildGoModule = buildGo123Module; - version = "1.9.6"; - sha256 = "sha256-j+3ecQsFicdYX4GddwaKEwoIFu88kdjI5Kl8bHUQQwE="; - vendorHash = "sha256-frHIP86NsW6C9GRdPaZQc3PilolXJ2ojaNZYlrMcbOg="; + buildGoModule = buildGo124Module; + version = "1.9.7"; + sha256 = "sha256-U02H6DPr1friQ9EwqD/wQnE2Fm20OE5xNccPDJfnsqI="; + vendorHash = "sha256-9GnwqkexJAxrhW9yJFaDTdSaZ+p+/dcMuhlusp4cmyw="; license = lib.licenses.bsl11; passthru.tests.nomad = nixosTests.nomad; preCheck = ''