File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22{ fetchLibrustyV8 } :
33
44fetchLibrustyV8 {
5- version = "135.0 .0" ;
5+ version = "135.1 .0" ;
66 shas = {
7- x86_64-linux = "sha256-jA/cUjzT3KhpBGFyxZSp61X05PhD6XKAGtZyKdnts7U =" ;
8- aarch64-linux = "sha256-+jqLUIv96994e1fFJcYCQNJJ8smF18sU76lq0sirszo =" ;
9- x86_64-darwin = "sha256-atemob6PgxMncD4F+b5mfleTHSTMdKvJAwFD9ul/eJ4 =" ;
10- aarch64-darwin = "sha256-0fDaHgvUTDFKEhQp7WaNe+54e3+GScGO5+8+Qa89nLQ =" ;
7+ x86_64-linux = "sha256-QGpFNkVHO9j4uagYNC5X3JVif80RVazp63oqrdWYUoU =" ;
8+ aarch64-linux = "sha256-J4E32qZNyqmJyFKBuU+6doRYL3ZSaEMSBlML+hSkj+o =" ;
9+ x86_64-darwin = "sha256-UnulsDS1LlrVR2+cz+4zgWxKqbkB5ch3T9UofGCZduQ =" ;
10+ aarch64-darwin = "sha256-mU7N/1vXzCP+mwjzLTsDkT+8YOJifwNju3Rv9Cq5Loo =" ;
1111 } ;
1212}
Original file line number Diff line number Diff line change 2020in
2121rustPlatform . buildRustPackage rec {
2222 pname = "deno" ;
23- version = "2.2.6 " ;
23+ version = "2.2.8 " ;
2424
2525 src = fetchFromGitHub {
2626 owner = "denoland" ;
2727 repo = "deno" ;
2828 tag = "v${ version } " ;
29- hash = "sha256-Ner3178YukKKqMVQAGpU3bE+fxo9UXrRPp7iqCFSUjs =" ;
29+ hash = "sha256-pGhqfQR+42XUY0v99fvSyLQPlvzCWntq4qS9vyuJEpY =" ;
3030 } ;
3131
3232 useFetchCargoVendor = true ;
33- cargoHash = "sha256-dakHDPGv7trd2Kib9Hk5jHZHR3pzk1YIyJW/0uY6WSg =" ;
33+ cargoHash = "sha256-FJ3wPkL1Pgw6S66n5hyQfUZWTVXs4oZ0bJJaN22OxoY =" ;
3434
3535 postPatch = ''
3636 # Use patched nixpkgs libffi in order to fix https://github.com/libffi/libffi/pull/857
You can’t perform that action at this time.
0 commit comments