Merge pull request #274247 from Cottand/nomad-1512

nomad_1_5: 1.5.8 -> 1.5.12
This commit is contained in:
Fabián Heredia Montiel 2023-12-15 15:42:28 +00:00 committed by GitHub
commit c0e63d06ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,10 +63,10 @@ rec {
};
nomad_1_5 = generic {
buildGoModule = buildGo120Module;
version = "1.5.8";
sha256 = "sha256-5VAUNunQz4s1Icd+s5i8Kx6u1P0By+ikl4C5wXM1oho=";
vendorHash = "sha256-y3WiQuoQn6SdwTgtPWuB6EBtsJC+YleQPzownZQNkno=";
buildGoModule = buildGo121Module;
version = "1.5.12";
sha256 = "sha256-BhKetWtwysWTYI0ruEp/Ixh4eoGxDX0Geup2PCXfsZY=";
vendorHash = "sha256-X4pBxKWr5QFRxh9tw5QDpytyuVNXQvV1LHm5IbPELY0=";
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"