Skip to content

Commit 25aa0b4

Browse files
committed
nomad_1_9: 1.9.6 -> 1.9.7
1 parent 0010823 commit 25aa0b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/applications/networking/cluster/nomad/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 = ''

0 commit comments

Comments
 (0)