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.1 " ; 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 = "18v73dr61033g0x27vb0fdjwyzc1d04fifmwwnv4157nfpb68ijc " ;
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 = "1vjsnwlkvsb0xvap45fdd81vdsjkpl2yxr8xh39v77dxbpybi0qh " ;
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 = "0lwnvky3p37d81ib6qwxra7lxn19l5x30c7aycixd9yaslq1bc0v " ;
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 = "0zn2mw8awii0hrvyh146hb5604li0jgxxgavpi19zcdpnzdg6z7c " ;
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 = "11x7yyif51hyn8yi2lqbkfm3lfalkvh54v5pi851mfdnf14hsjpw " ;
2323 } ;
2424}
You can’t perform that action at this time.
0 commit comments