2022-02-20 05:27:41 +00:00
|
|
|
{ lib
|
2023-07-15 17:15:38 +00:00
|
|
|
, flutter
|
2022-02-20 05:27:41 +00:00
|
|
|
, fetchFromGitHub
|
|
|
|
}:
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
flutter.buildFlutterApplication {
|
2022-02-20 05:27:41 +00:00
|
|
|
pname = "firmware-updater";
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "unstable-2023-06-20";
|
2022-02-20 05:27:41 +00:00
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
pubspecLockFile = ./pubspec.lock;
|
|
|
|
depsListFile = ./deps.json;
|
2023-07-15 17:15:38 +00:00
|
|
|
vendorHash = "sha256-+4Lu6yHH/Yhl58bxhsLanP5hyhXSg9LpCuG1ohAlM5g=";
|
2022-02-20 05:27:41 +00:00
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "canonical";
|
|
|
|
repo = "firmware-updater";
|
2023-07-15 17:15:38 +00:00
|
|
|
rev = "49ebcad241ed4964f1547c8da408bef13a8b4c69";
|
|
|
|
sha256 = "sha256-1BGcpcIJV0jqrj3nA7FJg36lMqpl281NGOgWppDUFCI=";
|
2022-02-20 05:27:41 +00:00
|
|
|
fetchSubmodules = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "Firmware Updater for Linux";
|
|
|
|
homepage = "https://github.com/canonical/firmware-updater";
|
2022-03-05 16:20:37 +00:00
|
|
|
license = licenses.gpl3Only;
|
2022-02-20 05:27:41 +00:00
|
|
|
maintainers = with maintainers; [ mkg20001 ];
|
|
|
|
platforms = platforms.linux;
|
|
|
|
};
|
|
|
|
}
|