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 .3" ; 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 = "1z6hl6pqsg2l7pfchzr5dk90b2dchidhwnnnc4q5dzz0xjikqrvx " ;
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 = "12rzl1nm1y0q5ff9p8gslki4cz37y3bdn8p2s3x2nc81bdda4gn7 " ;
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 = "1rp54g8di8j715n955wdr6i0pcrx2dn73qmvmrisyahi0qjrk0py " ;
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 = "001mpb3fniamlmnqmhxdpbvp8crdvnf6sam13vvfmnr6na1fpxil " ;
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 = "0z9qjx2b2rmiqyqww0a5slj0pi1k8sn4fjihkn53im65rhhqra2y " ;
2323 } ;
2424}
You can’t perform that action at this time.
0 commit comments