2022-11-18T02:04:37 esbuild 0.15.13 -> 0.15.14 https://github.com/evanw/esbuild/releases 2022-11-18T02:04:39 attrpath: esbuild 2022-11-18T02:04:40 Checking auto update branch... 2022-11-18T02:04:40 An auto update branch exists with message `esbuild: 0.15.13 -> 0.15.14`. New version is 0.15.14. 2022-11-18T02:04:40 An auto update branch exists with an equal or greater version 2022-11-18T10:18:51 esbuild 0.15.13 -> 0.15.14 https://repology.org/metapackage/esbuild/versions 2022-11-18T10:18:54 attrpath: esbuild 2022-11-18T10:18:54 Checking auto update branch... 2022-11-18T10:18:54 No auto update branch exists 2022-11-18T10:18:54 Old version 0.15.13" not present in master derivation file with contents: { buildGoModule, fetchFromGitHub, lib }: buildGoModule rec { pname = "esbuild"; version = "0.15.14"; src = fetchFromGitHub { owner = "evanw"; repo = "esbuild"; rev = "v${version}"; sha256 = "sha256-RcXVynR/dHI0Wn9gTQsYVjxqzAfeiI52Ph+hfpM9RhU="; }; 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"; license = licenses.mit; maintainers = with maintainers; [ lucus16 marsam ]; }; }