2022-12-17T06:20:50 esbuild 0.16.1 -> 0.16.7 https://github.com/evanw/esbuild/releases 2022-12-17T06:20:52 attrpath: esbuild 2022-12-17T06:20:52 Checking auto update branch... 2022-12-17T06:20:52 No auto update branch exists 2022-12-17T06:20:53 Old version 0.16.1" not present in master derivation file with contents: { buildGoModule, fetchFromGitHub, lib }: buildGoModule rec { pname = "esbuild"; version = "0.16.7"; src = fetchFromGitHub { owner = "evanw"; repo = "esbuild"; rev = "v${version}"; sha256 = "sha256-zo7YQ4Is3VWsXGvPNrg95tZ76qTSQRyntFjDeqhoyVw="; }; 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 ]; }; }