diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix index ab212efb4898..0d3ac0c57306 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -40,10 +40,10 @@ let inherit hash; }; - # Nomad requires Go 1.24.4, but nixpkgs doesn't have it in unstable yet. + # Nomad requires Go 1.24.6, but nixpkgs doesn't have it in unstable yet. postPatch = '' substituteInPlace go.mod \ - --replace-warn "go 1.24.4" "go 1.24.3" + --replace-warn "go 1.24.6" "go 1.24.5" ''; nativeBuildInputs = [ installShellFiles ]; @@ -90,9 +90,9 @@ rec { nomad_1_10 = generic { buildGoModule = buildGo124Module; - version = "1.10.3"; - hash = "sha256-sDOo7b32H/d5OJ6CRyga1rZZk55bFTi4ynHL/aIH87w="; - vendorHash = "sha256-bpCnpeRk329vUd9e6x7iCh+1ouSGd4o4Hq79K0qchJ8="; + version = "1.10.4"; + hash = "sha256-lQtKSU0wcrU+HEUc6N/svpf5uAaWK68G5kY/tI2Sy8Q="; + vendorHash = "sha256-tclD02oinoypx80TLni+DUpB5mYKRBqsmScp2VsUDc0="; license = lib.licenses.bsl11; passthru.tests.nomad = nixosTests.nomad; preCheck = ''