mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nomad_1_8: 1.8.2 -> 1.8.3
This commit is contained in:
parent
aa4e34969b
commit
1a7f4f4491
@ -87,9 +87,9 @@ rec {
|
||||
|
||||
nomad_1_8 = generic {
|
||||
buildGoModule = buildGo122Module;
|
||||
version = "1.8.2";
|
||||
sha256 = "sha256-deVLC7yGgLHCauq+3h0Uu5ln5omoeV8/FkVtQM9CEXc=";
|
||||
vendorHash = "sha256-Pr38tRzym8UFPZKs9367xOZJ9P5OHotwwClorcSgOys=";
|
||||
version = "1.8.3";
|
||||
sha256 = "sha256-u1R5lG9fpIbAePLlDy+kk2hQpFdT1VIY0sMskHJZ19w=";
|
||||
vendorHash = "sha256-5Gn37hFVDkUlyv4MVZMH9PlpyWAyWE5RTFQyuMIA/Bc=";
|
||||
license = lib.licenses.bsl11;
|
||||
passthru.tests.nomad = nixosTests.nomad;
|
||||
preCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user