2022-12-05T09:55:29 esbuild 0.15.16 -> 0.15.17 https://repology.org/metapackage/esbuild/versions 2022-12-05T09:55:31 attrpath: esbuild 2022-12-05T09:55:31 Checking auto update branch... 2022-12-05T09:55:31 No auto update branch exists 2022-12-05T09:55:31 Old version 0.15.16" not present in master derivation file with contents: { buildGoModule, fetchFromGitHub, lib }: buildGoModule rec { pname = "esbuild"; version = "0.15.18"; src = fetchFromGitHub { owner = "evanw"; repo = "esbuild"; rev = "v${version}"; sha256 = "sha256-b9R1ML+pgRg9j2yrkQmBulPuLHYLUQvW+WTyR/Cq6zE="; }; vendorSha256 = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ="; subPackages = [ "cmd/esbuild" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "An extremely fast JavaScript bundler"; homepage = "https://esbuild.github.io"; changelog = "https://github.com/evanw/esbuild/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ lucus16 marsam ]; }; }