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
2
2
{ fetchurl } : {
3
3
versionUsed = version ;
4
4
"${ version } -x86_64-darwin" = fetchurl {
5
5
url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-macos-x64-release.zip" ;
6
- sha256 = "1zm7da40q10abm1xyq0ayhwnb7yskq67ib4y5mhci8h52i7xziyk " ;
6
+ sha256 = "18v73dr61033g0x27vb0fdjwyzc1d04fifmwwnv4157nfpb68ijc " ;
7
7
} ;
8
8
"${ version } -aarch64-darwin" = fetchurl {
9
9
url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-macos-arm64-release.zip" ;
10
- sha256 = "0jiyjbdjn2djgcf3l4q9inwqdwmbb6xh258wm6p1aw2fn6m2872l " ;
10
+ sha256 = "1vjsnwlkvsb0xvap45fdd81vdsjkpl2yxr8xh39v77dxbpybi0qh " ;
11
11
} ;
12
12
"${ version } -aarch64-linux" = fetchurl {
13
13
url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-linux-arm64-release.zip" ;
14
- sha256 = "0xnmkgqn4z3qa6s6pr0p41k57qlfg5000q749ph0ygcsy39fcmf1 " ;
14
+ sha256 = "0lwnvky3p37d81ib6qwxra7lxn19l5x30c7aycixd9yaslq1bc0v " ;
15
15
} ;
16
16
"${ version } -x86_64-linux" = fetchurl {
17
17
url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-linux-x64-release.zip" ;
18
- sha256 = "18ycdvxwinshmfc7wm3s1iq8z5w1n4svpnf0a3aa09vd92aawrk3 " ;
18
+ sha256 = "0zn2mw8awii0hrvyh146hb5604li0jgxxgavpi19zcdpnzdg6z7c " ;
19
19
} ;
20
20
"${ version } -i686-linux" = fetchurl {
21
21
url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${ version } /sdk/dartsdk-linux-ia32-release.zip" ;
22
- sha256 = "1scb9kxmiw7g6mgklr789r4hgmibycfzcjjk2z284sn5c74v7ch6 " ;
22
+ sha256 = "11x7yyif51hyn8yi2lqbkfm3lfalkvh54v5pi851mfdnf14hsjpw " ;
23
23
} ;
24
24
}
You can’t perform that action at this time.
0 commit comments