Skip to content

Commit

Permalink
Merge pull request #204 from replit/cad/bun-1.0.16
Browse files Browse the repository at this point in the history
bun 1.0.16
  • Loading branch information
cdmistman authored Dec 11, 2023
2 parents d42f43e + 0035288 commit 32532ee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@
"commit": "25d440fccea3586b3ccdd186a4f0a162be0911c2",
"path": "/nix/store/5647f2naij0vjjfz9p176b5r25k1x2m9-replit-module-nodejs-18"
},
"nodejs-18:v21-20231211-ac14ad7": {
"commit": "ac14ad7d32e0324bb577d9c43bb1bb14d6faf5bf",
"path": "/nix/store/jdd5f9c6n1pysswnf0qgzs7y8phvmg53-replit-module-nodejs-18"
},
"nodejs-19:v1-20230525-c48c43c": {
"commit": "c48c43c6c698223ed3ce2abc5a2d708735a77d5b",
"path": "/nix/store/qwhwjll9vns8vqcc6zjy5s4i3rzh05w3-replit-module-nodejs-19"
Expand Down Expand Up @@ -335,6 +339,10 @@
"commit": "25d440fccea3586b3ccdd186a4f0a162be0911c2",
"path": "/nix/store/82zrip8lp1an6kghprj231y3d6m6zi46-replit-module-nodejs-20"
},
"nodejs-20:v18-20231211-ac14ad7": {
"commit": "ac14ad7d32e0324bb577d9c43bb1bb14d6faf5bf",
"path": "/nix/store/j0iws8rh1nmpc96p74kgxgkf1m3c2qrl-replit-module-nodejs-20"
},
"php-8.1:v2-20230623-0b7a606": {
"commit": "0b7a60667d2c29f2686211e952924a9693916a20",
"path": "/nix/store/1y67njsbspbq0dd6g4jry4b3sjs9h28l-replit-module-php-8.1"
Expand Down Expand Up @@ -775,6 +783,10 @@
"commit": "25d440fccea3586b3ccdd186a4f0a162be0911c2",
"path": "/nix/store/nczi61dw2nr2h5g8lk6saa2pkwxkz5v1-replit-module-bun-1.0"
},
"bun-1.0:v13-20231211-ac14ad7": {
"commit": "ac14ad7d32e0324bb577d9c43bb1bb14d6faf5bf",
"path": "/nix/store/8mp4fjbkfhwg412pyrr1c5jzl558yw5y-replit-module-bun-1.0"
},
"rust-1.72:v1-20230911-f253fb1": {
"commit": "f253fb1a97d9a1c950d90081ee1ccb290776cf8b",
"path": "/nix/store/3siflmi2j4ikwnd35rlnc6g44nbsdpgs-replit-module-rust-1.72"
Expand Down Expand Up @@ -875,6 +887,10 @@
"commit": "25d440fccea3586b3ccdd186a4f0a162be0911c2",
"path": "/nix/store/3l02bwwjs7a02pf3y5n3byr3fv0hdcj4-replit-module-nodejs-with-prybar-18"
},
"nodejs-with-prybar-18:v12-20231211-ac14ad7": {
"commit": "ac14ad7d32e0324bb577d9c43bb1bb14d6faf5bf",
"path": "/nix/store/kcw4n6knglqznm6jg30ji2n6fia7j7bp-replit-module-nodejs-with-prybar-18"
},
"zig-0.11:v1-20231014-15426ef": {
"commit": "15426ef79793bf7c424eb40865d507eacfdd44e6",
"path": "/nix/store/17ji0rxmrfz30sy2b60c65vjv5sh6ksz-replit-module-zig-0.11"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/bun/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
}:

bun.overrideAttrs rec {
version = "1.0.15";
version = "1.0.16";
src = fetchurl {
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
hash = "sha256-8US2sbirFOAFXfGvHm9VqPORjUzJN/K+0/BcgK4FVcI=";
hash = "sha256-2f/n/aKJO2LnCWohYSQ3zukuXZ+cKFzem+mKeYQnoTc=";
};
}
1 change: 1 addition & 0 deletions pkgs/upgrade-maps/mapping.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ in
"bun-1.0:v9-20231024-b3ba53c" = { to = "bun-1.0:v10-20231122-8e4093b"; auto = true; };
"bun-1.0:v10-20231122-8e4093b" = { to = "bun-1.0:v11-20231201-3b22c78"; auto = true; };
"bun-1.0:v11-20231201-3b22c78" = { to = "bun-1.0:v12-20231207-25d440f"; auto = true; };
"bun-1.0:v12-20231207-25d440f" = { to = "bun-1.0:v13-20231211-ac14ad7"; auto = true; };

"go" = { to = "go-1.19:v1-20230525-c48c43c"; auto = true; };

Expand Down

0 comments on commit 32532ee

Please sign in to comment.