2022-02-20 05:27:41 +00:00
|
|
|
{ lib
|
2023-05-24 13:37:59 +00:00
|
|
|
, flutter37
|
2022-02-20 05:27:41 +00:00
|
|
|
, fetchFromGitHub
|
|
|
|
}:
|
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
flutter37.buildFlutterApplication {
|
2022-02-20 05:27:41 +00:00
|
|
|
pname = "firmware-updater";
|
2023-05-24 13:37:59 +00:00
|
|
|
version = "unstable-2023-04-30";
|
2022-02-20 05:27:41 +00:00
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
pubspecLockFile = ./pubspec.lock;
|
|
|
|
depsListFile = ./deps.json;
|
2023-05-24 13:37:59 +00:00
|
|
|
vendorHash = "sha256-cdMO+tr6kYiN5xKXa+uTMAcFf2C75F3wVPrn21G4QPQ=";
|
2022-02-20 05:27:41 +00:00
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "canonical";
|
|
|
|
repo = "firmware-updater";
|
2023-05-24 13:37:59 +00:00
|
|
|
rev = "6e7dbdb64e344633ea62874b54ff3990bd3b8440";
|
|
|
|
sha256 = "sha256-s5mwtr5MSPqLMN+k851+pFIFFPa0N1hqz97ys050tFA=";
|
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;
|
|
|
|
};
|
|
|
|
}
|