Skip to content

bun: 0.6.14 -> 0.7.0#244746

Merged
NickCao merged 3 commits intoNixOS:masterfrom
cdmistman:update-bun
Jul 22, 2023
Merged

bun: 0.6.14 -> 0.7.0#244746
NickCao merged 3 commits intoNixOS:masterfrom
cdmistman:update-bun

Conversation

@cdmistman
Copy link
Contributor

@cdmistman cdmistman commented Jul 22, 2023

Description of changes
  • added myself to maintainers
  • updated bun from 0.6.14 to 0.7.0
  • changed changelog url to use the one from the bun blog eg https://bun.sh/blog/bun-v0.7.0
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@cdmistman cdmistman changed the title Update bun bun: 0.6.14 -> 0.7.0 Jul 22, 2023
@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Jul 22, 2023
@GiggleSquid
Copy link
Contributor

Result of nixpkgs-review pr 244746 run on x86_64-linux 1

1 package built:
  • bun

Copy link
Contributor

@GiggleSquid GiggleSquid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, lgtm!

I know you've only updated the package and swapped out the changelog. But is there any reason this package uses fetchurl and builds with unzip, rather than just using fetchzip?

Is it for the update script to work?

@cdmistman
Copy link
Contributor Author

I know you've only updated the package and swapped out the changelog. But is there any reason this package uses fetchurl and builds with unzip, rather than just using fetchzip?

Is it for the update script to work?

@DAlperin wrote the initial package in #180299 with fetchurl, but the update script was added #192265. I think it's probably just what Dov was familiar with at the time. Nonetheless, the way the package is written is known to work, so I don't think it's worth rewriting it using fetchzip

@GiggleSquid
Copy link
Contributor

That makes sense. And fair enough, if it ain't broke!

@NickCao NickCao merged commit bf7edba into NixOS:master Jul 22, 2023
@cdmistman cdmistman deleted the update-bun branch July 22, 2023 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants