nomad_1_9: 1.9.5 -> 1.9.6

Diff: https://github.com/hashicorp/nomad/compare/v1.9.5...v1.9.6
This commit is contained in:
techknowlogick
2025-02-19 13:56:59 -05:00
parent b02310ae8a
commit bee4983973
@@ -110,9 +110,9 @@ rec {
nomad_1_9 = generic {
buildGoModule = buildGo123Module;
version = "1.9.5";
sha256 = "sha256-NIv3QPSYoYrDQxxtNDHc3DdBLb45oUdA5Jyjke+XzD8=";
vendorHash = "sha256-y4WBOSfkRYNQRWu5B/j2JBLPAxJ1fyLD0DEAjB10Sl8=";
version = "1.9.6";
sha256 = "sha256-j+3ecQsFicdYX4GddwaKEwoIFu88kdjI5Kl8bHUQQwE=";
vendorHash = "sha256-frHIP86NsW6C9GRdPaZQc3PilolXJ2ojaNZYlrMcbOg=";
license = lib.licenses.bsl11;
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''