File tree Expand file tree Collapse file tree 2 files changed +83
-104
lines changed
Expand file tree Collapse file tree 2 files changed +83
-104
lines changed Original file line number Diff line number Diff line change 1- let version = "3.3.4 " ; in
1+ let version = "3.4.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 = "0jicbpdhwlag51wgjbaxicj3mpvjnxx35g10ji1v8vxzas8msa32 " ;
6+ sha256 = "1617bv5p0y4v6bva34qbimz01syrz4n3l1vp7r69j4sv0chqcx66 " ;
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 = "0l8bsrhk7ycb7q2b3w4j76qkab4py2m535qa466xj6nwlyi99i81 " ;
10+ sha256 = "0xd5p4fs6hfmp1djd3d95pkpcn6rhqqnqdq1kpczj0ysd5i6xb02 " ;
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 = "1jdx0sk3356rn3ik9pfx19fc8ppjivcsnk1c44s72wg83ml3yiy3 " ;
14+ sha256 = "1a43jf6x0ir7glm4m72ryh8g3k24l6jn9qxxj23b3d9yxjq7bg44 " ;
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 = "1cm710bifr2g04h520a8r8jz75ndy4apr1y4kljknvyfc0m94wv7 " ;
18+ sha256 = "0hni54h9ds48jxi172zqgfp32ri0i2966kmqx6q5i6ynr0yqs1yi " ;
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 = "0j5j582lvlwdaqznb8bi96x3sck13l82l0p627bqpn6nm5qv21sj " ;
22+ sha256 = "1d4v64qdd96f917mpdbb51iyhhxf37c89pvvkqhj7l9s5ns59qhv " ;
2323 } ;
2424}
You can’t perform that action at this time.
0 commit comments