nomad_1_8: 1.8.3 -> 1.8.4

Diff: https://github.com/hashicorp/nomad/compare/v1.8.3...v1.8.4
This commit is contained in:
techknowlogick
2024-09-17 21:33:35 -04:00
parent a8d167c890
commit cb73b5d5f8
@@ -87,9 +87,9 @@ rec {
nomad_1_8 = generic {
buildGoModule = buildGo122Module;
version = "1.8.3";
sha256 = "sha256-u1R5lG9fpIbAePLlDy+kk2hQpFdT1VIY0sMskHJZ19w=";
vendorHash = "sha256-5Gn37hFVDkUlyv4MVZMH9PlpyWAyWE5RTFQyuMIA/Bc=";
version = "1.8.4";
sha256 = "sha256-BzLvALD65VqWNB9gx4BgI/mYWLNeHzp6WSXD/1Xf0Wk=";
vendorHash = "sha256-0mnhZeiCLAWvwAoNBJtwss85vhYCrf/5I1AhyXTFnWk=";
license = lib.licenses.bsl11;
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''