bun 0.4.0 -> 0.5.4 https://github.com/oven-sh/bun/releases attrpath: bun Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/8n3f60adw9rphhlr8ybnk40z24nbkdgm-update-bun.drv /nix/store/zc1jbw0cqnl27rhiwbcfbn0pqif42g9b-packages.json.drv building '/nix/store/8n3f60adw9rphhlr8ybnk40z24nbkdgm-update-bun.drv'... building '/nix/store/zc1jbw0cqnl27rhiwbcfbn0pqif42g9b-packages.json.drv'... Going to be running update for following packages: - bun-0.4.0 Press Enter key to continue... Running update for: - bun-0.4.0: UPDATING ... - bun-0.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix index 817e32e4921..a8f71da1b4c 100644 --- a/pkgs/development/web/bun/default.nix +++ b/pkgs/development/web/bun/default.nix @@ -12,7 +12,7 @@ }: stdenvNoCC.mkDerivation rec { - version = "0.4.0"; + version = "0.5.4"; pname = "bun"; src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); @@ -33,19 +33,19 @@ stdenvNoCC.mkDerivation rec { sources = { "aarch64-darwin" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip"; - sha256 = "T+vxwYM0zc1HsPiBncZolIquglKThsx2RDOS3/jPn4s="; + sha256 = "aPS2/VOTzSWi5mEauhPEsARPXqAAY6SIPojANJf3iUo="; }; "aarch64-linux" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip"; - sha256 = "AEo4xXnePlQYTXepwSDUaG8NczPdTCbPGPzxgH+/HHo="; + sha256 = "MDaj1nhUFY/ZNxnA3SBA9fA7hivtL5tdMMPs4VZn2fE="; }; "x86_64-darwin" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip"; - sha256 = "w66xgmVepmC543apTTGLfeV3FMsLiiUpfqzzRhpaNy8="; + sha256 = "iGHvF+X2fvg6g2YSH/uHdhvXkGnpoixBDS5fVvGYyOA="; }; "x86_64-linux" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip"; - sha256 = "LMutdGNiGp4aLmeqMLk8Pc0xIjqgWPO6GSli1EfTgkY="; + sha256 = "sxrFNXbZuBdfLpzEL1MW5Gk7XNacoiElVoqebRw+l/E="; }; }; updateScript = writeShellScript "update-bun" '' An auto update branch exists with message `bun: 0.4.0 -> 0.5.1`. New version is 0.5.4. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - bun: 0.4.0 -> 0.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/211810"