File tree Expand file tree Collapse file tree 2 files changed +86
-110
lines changed Expand file tree Collapse file tree 2 files changed +86
-110
lines changed Original file line number Diff line number Diff line change 1- let version = "3.4.3 " ; in
1+ let version = "3.5.4 " ; in
22{ fetchurl } : {
33 versionUsed = version ;
44 "${ version } -x86_64-darwin" = fetchurl {
55 url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-macos-x64-release.zip" ;
6- sha256 = "1zm7da40q10abm1xyq0ayhwnb7yskq67ib4y5mhci8h52i7xziyk " ;
6+ sha256 = "0x4kjkgva143g0d07rcz9zd9dfmsr9zfhrx4kj9z0ap9s3rv6vdh " ;
77 } ;
88 "${ version } -aarch64-darwin" = fetchurl {
99 url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-macos-arm64-release.zip" ;
10- sha256 = "0jiyjbdjn2djgcf3l4q9inwqdwmbb6xh258wm6p1aw2fn6m2872l " ;
10+ sha256 = "00iw0nsxhq4aas717b0vhcz3hlwrpyixbgkf9sksqk2x1w798if0 " ;
1111 } ;
1212 "${ version } -aarch64-linux" = fetchurl {
1313 url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-linux-arm64-release.zip" ;
14- sha256 = "0xnmkgqn4z3qa6s6pr0p41k57qlfg5000q749ph0ygcsy39fcmf1 " ;
14+ sha256 = "1v437zpksk0jhib6vhpcbvv715mv32zmwby8b3p9qd3k67fn87d9 " ;
1515 } ;
1616 "${ version } -x86_64-linux" = fetchurl {
1717 url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-linux-x64-release.zip" ;
18- sha256 = "18ycdvxwinshmfc7wm3s1iq8z5w1n4svpnf0a3aa09vd92aawrk3 " ;
18+ sha256 = "0rv9rp8g5blhncqwciymhxh3z2832yp54lphxgsvkmm9y8s5w34d " ;
1919 } ;
2020 "${ version } -i686-linux" = fetchurl {
2121 url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-linux-ia32-release.zip" ;
22- sha256 = "1scb9kxmiw7g6mgklr789r4hgmibycfzcjjk2z284sn5c74v7ch6 " ;
22+ sha256 = "02kv119swcp7y4n3yb2i5a4dagjpf0zq3b3an1apahj5zn6ak41g " ;
2323 } ;
2424}
You can’t perform that action at this time.
0 commit comments