firmware-updater: 0-unstable-2024-20-11 -> 0-unstable-2025-09-09 (#443371)

This commit is contained in:
Maciej Krüger
2025-09-19 12:26:04 +00:00
committed by GitHub
2 changed files with 437 additions and 284 deletions
+5 -6
View File
@@ -1,13 +1,12 @@
{
lib,
writeText,
flutter329,
flutter335,
fetchFromGitHub,
}:
flutter329.buildFlutterApplication rec {
flutter335.buildFlutterApplication rec {
pname = "firmware-updater";
version = "0-unstable-2024-20-11";
version = "0-unstable-2025-09-09";
pubspecLock = lib.importJSON ./pubspec.lock.json;
@@ -20,8 +19,8 @@ flutter329.buildFlutterApplication rec {
src = fetchFromGitHub {
owner = "canonical";
repo = "firmware-updater";
rev = "ab5d44d594d68d106aafb511252a94a24e94d601";
hash = "sha256-4a0OojgNvOpvM4+8uSslxxKb6uwKDfDkvHo29rMXynQ=";
rev = "402e97254b9d63c8d962c46724995e377ff922c8";
hash = "sha256-nQn5mlgNj157h++67+mhez/F1ALz4yY+bxiGsi0/xX8=";
};
meta = with lib; {
File diff suppressed because it is too large Load Diff