File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/applications/networking/cluster/nomad Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildGoModule ,
44 buildGo122Module ,
5- buildGo123Module ,
5+ buildGo124Module ,
66 fetchFromGitHub ,
77 nixosTests ,
88 installShellFiles ,
@@ -109,10 +109,10 @@ rec {
109109 } ;
110110
111111 nomad_1_9 = generic {
112- buildGoModule = buildGo123Module ;
113- version = "1.9.6 " ;
114- sha256 = "sha256-j+3ecQsFicdYX4GddwaKEwoIFu88kdjI5Kl8bHUQQwE =" ;
115- vendorHash = "sha256-frHIP86NsW6C9GRdPaZQc3PilolXJ2ojaNZYlrMcbOg =" ;
112+ buildGoModule = buildGo124Module ;
113+ version = "1.9.7 " ;
114+ sha256 = "sha256-U02H6DPr1friQ9EwqD/wQnE2Fm20OE5xNccPDJfnsqI =" ;
115+ vendorHash = "sha256-9GnwqkexJAxrhW9yJFaDTdSaZ+p+/dcMuhlusp4cmyw =" ;
116116 license = lib . licenses . bsl11 ;
117117 passthru . tests . nomad = nixosTests . nomad ;
118118 preCheck = ''
You can’t perform that action at this time.
0 commit comments