firmware-updater: build with flutter2
This commit is contained in:
parent
4a74e239b5
commit
946474ca0f
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib
|
{ lib
|
||||||
, flutter
|
, flutter2
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
|
|
||||||
flutter.mkFlutterApp {
|
flutter2.mkFlutterApp {
|
||||||
pname = "firmware-updater";
|
pname = "firmware-updater";
|
||||||
version = "unstable";
|
version = "unstable";
|
||||||
|
|
||||||
vendorHash = "sha256-3wVA9BLCnMijC0gOmskz+Hv7NQIGu/jhBDbWjmoq1Tc=";
|
vendorHash = "sha256-7uOiebGBcX61oUyNCi1h9KldTRTrCfYaHUQSH4J5OoQ=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "canonical";
|
owner = "canonical";
|
||||||
|
|
Loading…
Reference in a new issue