From 680a5e2c537ed633687cb21fe2f4336c53f6c52d Mon Sep 17 00:00:00 2001 From: dayblox Date: Fri, 2 Aug 2024 16:27:23 +0200 Subject: [PATCH] support bun 1.1.20 --- src/providers/node/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/node/mod.rs b/src/providers/node/mod.rs index 48952f4ad..0661f5f73 100644 --- a/src/providers/node/mod.rs +++ b/src/providers/node/mod.rs @@ -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 = "bdd2f439c62aa0b8aa97f5c784a965c23f968fe6"; +const NODE_NIXPKGS_ARCHIVE: &str = "e05605ec414618eab4a7a6aea8b38f6fbbcc8f08"; // 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";