Merge pull request #201564 from NANASHI0X74/flutter-3.3.8

flutter: 3.3.3 -> 3.3.8, flutter.dart: 2.18.2 -> 2.18.4
This commit is contained in:
Mario Rodas 2022-11-19 21:27:16 -05:00 committed by GitHub
commit c790cd0989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,12 @@ in
inherit mkFlutter;
stable = flutterDrv {
pname = "flutter";
version = "3.3.3";
dartVersion = "2.18.2";
hash = "sha256-MTZeWQUp4/TcPzYIT6eqIKSPUPvn2Mp/thOQzNgpTXg=";
version = "3.3.8";
dartVersion = "2.18.4";
hash = "sha256-QH+10F6a0XYEvBetiAi45Sfy7WTdVZ1i8VOO4JuSI24=";
dartHash = {
x86_64-linux = "sha256-C3+YjecXLvSmJrLwi9H7TgD9Np0AArRWx3EdBrfQpTU";
aarch64-linux = "sha256-zyIK1i5/9P2C+sjzdArhFwpVO4P+It+/X50l+n9gekI=";
x86_64-linux = "sha256-lFw+KaxzhuAMnu6ypczINqywzpiD+8Kd+C/UHJDrO9Y=";
aarch64-linux = "sha256-snlFTY4oJ4ALGLc210USbI2Z///cx1IVYUWm7Vo5z2I=";
};
patches = getPatches ./patches/flutter3;
};