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 {
|
nomad_1_8 = generic {
|
||||||
buildGoModule = buildGo122Module;
|
buildGoModule = buildGo122Module;
|
||||||
version = "1.8.2";
|
version = "1.8.3";
|
||||||
sha256 = "sha256-deVLC7yGgLHCauq+3h0Uu5ln5omoeV8/FkVtQM9CEXc=";
|
sha256 = "sha256-u1R5lG9fpIbAePLlDy+kk2hQpFdT1VIY0sMskHJZ19w=";
|
||||||
vendorHash = "sha256-Pr38tRzym8UFPZKs9367xOZJ9P5OHotwwClorcSgOys=";
|
vendorHash = "sha256-5Gn37hFVDkUlyv4MVZMH9PlpyWAyWE5RTFQyuMIA/Bc=";
|
||||||
license = lib.licenses.bsl11;
|
license = lib.licenses.bsl11;
|
||||||
passthru.tests.nomad = nixosTests.nomad;
|
passthru.tests.nomad = nixosTests.nomad;
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user