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 = "0.106.0 " ;
5+ version = "130.0.1 " ;
66 shas = {
7- x86_64-linux = "sha256-jLYl/CJp2Z+Ut6qZlh6u+CtR8KN+ToNTB+72QnVbIKM =" ;
8- aarch64-linux = "sha256-uAkBMg6JXA+aILd8TzDtuaEdM3Axiw43Ad5tZzxNt5w =" ;
9- x86_64-darwin = "sha256-60aR0YvQT8KyacY8J3fWKZcf9vny51VUB19NVpurS/A =" ;
10- aarch64-darwin = "sha256-pd/I6Mclj2/r/uJTIywnolPKYzeLu1c28d/6D56vkzQ =" ;
7+ x86_64-linux = "sha256-MKdqaIF3M7j9IraOezoP5szr+SDfTg0iUOEtwe76N7k =" ;
8+ aarch64-linux = "sha256-qc25H3Aj2KRhsAZ+2SD1c4RmweVK07oW71opZXRuUoc =" ;
9+ x86_64-darwin = "sha256-CYw4AdBjFXmRqkTcxqT9Z0n0rBTxUsqrHxcf8c9Q8ww =" ;
10+ aarch64-darwin = "sha256-d1QTLt8gOUFxACes4oyIYgDF/srLOEk+5p5Oj1ECajQ =" ;
1111 } ;
1212}
Original file line number Diff line number Diff line change 1919in
2020rustPlatform . buildRustPackage rec {
2121 pname = "deno" ;
22- version = "2.0.6 " ;
22+ version = "2.1.1 " ;
2323
2424 src = fetchFromGitHub {
2525 owner = "denoland" ;
2626 repo = "deno" ;
2727 rev = "refs/tags/v${ version } " ;
28- hash = "sha256-dJ1SHWPgQtr7BdBW63A+/RocHAx1MRnyeRj1Q/Qmcgk =" ;
28+ hash = "sha256-wa8TozLP5j6RgCZUe3i9wk2+ndA3pnqNM+wjzjVXAJY =" ;
2929 } ;
3030
31- cargoHash = "sha256-6sAu8RbC6CcPABUZ2KEmcf2bn0UGiWacHJg4Eso+ozo =" ;
31+ cargoHash = "sha256-kolDehDolJVX6iFWEIKbrXwTUpvjpHxwI9TmiyXSsWU =" ;
3232
3333 postPatch = ''
3434 # upstream uses lld on aarch64-darwin for faster builds
You can’t perform that action at this time.
0 commit comments