Skip to content

Commit

Permalink
support bun 1.1.9 (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup authored May 29, 2024
1 parent dc9da73 commit 4e9df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mod turborepo;

pub const NODE_OVERLAY: &str = "https://github.com/railwayapp/nix-npm-overlay/archive/main.tar.gz";

const NODE_NIXPKGS_ARCHIVE: &str = "bf446f08bff6814b569265bef8374cfdd3d8f0e0";
const NODE_NIXPKGS_ARCHIVE: &str = "bdd2f439c62aa0b8aa97f5c784a965c23f968fe6";

// We need to use a specific commit hash for Node versions <16 since it is EOL in the latest Nix packages
const NODE_LT_16_ARCHIVE: &str = "bf744fe90419885eefced41b3e5ae442d732712d";
Expand Down

0 comments on commit 4e9df5c

Please sign in to comment.