add hash for navigation_rail_m3e to fix nix build
This commit is contained in:
parent
895ab3c96f
commit
7e7e6877e2
3 changed files with 6 additions and 9 deletions
|
|
@ -30,9 +30,9 @@ flutter.buildFlutterApplication {
|
||||||
|
|
||||||
gitHashes = {
|
gitHashes = {
|
||||||
window_size = "sha256-XelNtp7tpZ91QCEcvewVphNUtgQX7xrp5QP0oFo6DgM=";
|
window_size = "sha256-XelNtp7tpZ91QCEcvewVphNUtgQX7xrp5QP0oFo6DgM=";
|
||||||
dynamic_system_colors = "sha256-GInPqU7r4Kj7+CNBQnf95u0BiagOUI6EtcW0A18pfd0=";
|
|
||||||
emoji_text_field = "sha256-3TOys09EP2GRo6pUBGPXaqBlE39O2Cmwt42Hs1cTDKo=";
|
emoji_text_field = "sha256-3TOys09EP2GRo6pUBGPXaqBlE39O2Cmwt42Hs1cTDKo=";
|
||||||
linkify = "sha256-mxV/XHLxF9cn7sUPr2SUNjVmDr5lbxkuGCbNdyiZi2c=";
|
linkify = "sha256-mxV/XHLxF9cn7sUPr2SUNjVmDr5lbxkuGCbNdyiZi2c=";
|
||||||
|
navigation_rail_m3e = "sha256-Zkqo8RkNSWiELB+Bk6iLsgft9THuJiMtysEwXNS/ZgY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
||||||
|
|
@ -300,11 +300,10 @@ packages:
|
||||||
dynamic_system_colors:
|
dynamic_system_colors:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
name: dynamic_system_colors
|
||||||
ref: HEAD
|
sha256: "6cda994363fe362e3c433e068af83feffc2c9a26ba0be7ecdb2b96f676d2dfd8"
|
||||||
resolved-ref: fc7eea96556aebb1a7cd3272929277bc6d136233
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/hasali19/flutter_dynamic_system_colors"
|
source: hosted
|
||||||
source: git
|
|
||||||
version: "1.9.0"
|
version: "1.9.0"
|
||||||
emoji_text_field:
|
emoji_text_field:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,7 @@ dependencies:
|
||||||
image_picker: 1.2.2
|
image_picker: 1.2.2
|
||||||
file_picker: 11.0.2
|
file_picker: 11.0.2
|
||||||
path: 1.9.1
|
path: 1.9.1
|
||||||
dynamic_system_colors:
|
dynamic_system_colors: 1.9.0
|
||||||
git:
|
|
||||||
url: https://github.com/hasali19/flutter_dynamic_system_colors
|
|
||||||
collection: 1.19.1
|
collection: 1.19.1
|
||||||
window_manager: 0.5.1
|
window_manager: 0.5.1
|
||||||
color_hash: 1.0.1
|
color_hash: 1.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue