Skip to content

Commit

Permalink
update modules.json and upgrade-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantm committed Aug 7, 2023
1 parent 322e88b commit 7e8777c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@
"commit": "f57c5cc1d8a9393b18f28bdb5e49214e6804bd9e",
"path": "/nix/store/fv2xdkgsvcxyb3zkmk0vn5cqrcry1vhc-replit-module-python-3.10"
},
"python-3.10:v18-20230807-322e88b": {
"commit": "322e88bc93d0bd99994822232e87ab3ec383fe76",
"path": "/nix/store/bncbm7nx30h0vg9vj76wd03gn0f1016m-replit-module-python-3.10"
},
"qbasic:v1-20230525-c48c43c": {
"commit": "c48c43c6c698223ed3ce2abc5a2d708735a77d5b",
"path": "/nix/store/4n4raazspqy2zgawkkyaqc9xapl1f5sz-replit-module-qbasic"
Expand Down Expand Up @@ -315,6 +319,10 @@
"commit": "2dadc923fd0e86eedf75b8693c32864a91800093",
"path": "/nix/store/1d3768kwnppkphcriffq8w4aa8c2cric-replit-module-pyright-extended"
},
"pyright-extended:v5-20230807-322e88b": {
"commit": "322e88bc93d0bd99994822232e87ab3ec383fe76",
"path": "/nix/store/i9n4y2r4s99m2fzv8k46lvd52ixy95k9-replit-module-pyright-extended"
},
"svelte-kit-node-20:v1-20230724-46059dd": {
"commit": "46059dda60c00cc603c38265f100f5236476ebc5",
"path": "/nix/store/v1lrwh5r88hc56a6kkjyahahlg0wvqyb-replit-module-svelte-kit-node-20"
Expand Down
3 changes: 3 additions & 0 deletions pkgs/upgrade-maps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ let
"python-3.10:v13-20230712-4ba5dba" = { to = "python-3.10:v14-20230713-b6f899f"; auto = true; };
"python-3.10:v14-20230713-b6f899f" = { to = "python-3.10:v15-20230717-2dadc92"; auto = true; };
"python-3.10:v15-20230717-2dadc92" = { to = "python-3.10:v16-20230726-64244b3"; auto = true; };
"python-3.10:v16-20230726-64244b3" = { to = "python-3.10:v17-20230803-f57c5cc"; auto = true; };
"python-3.10:v17-20230803-f57c5cc" = { to = "python-3.10:v18-20230807-322e88b"; auto = true; };

"pyright-extended:v1-20230707-0c33b22" = { to = "pyright-extended:v2-20230711-eb29cca"; auto = true; };
"pyright-extended:v2-20230711-eb29cca" = { to = "pyright-extended:v3-20230712-4ba5dba"; auto = true; };
"pyright-extended:v3-20230712-4ba5dba" = { to = "pyright-extended:v4-20230717-2dadc92"; auto = true; };
"pyright-extended:v4-20230717-2dadc92" = { to = "pyright-extended:v5-20230807-322e88b"; auto = true; };

"rust" = { to = "rust-1.69:v1-20230525-c48c43c"; auto = true; };

Expand Down

0 comments on commit 7e8777c

Please sign in to comment.