build: Fix build snap

This commit is contained in:
krille-chan 2024-07-18 07:33:55 +02:00
parent 998868dd56
commit 69fcb01988
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -2396,13 +2396,13 @@ packages:
source: hosted source: hosted
version: "1.2.0" version: "1.2.0"
win32: win32:
dependency: transitive dependency: "direct overridden"
description: description:
name: win32 name: win32
sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4 sha256: "0eaf06e3446824099858367950a813472af675116bf63f008a4c2a75ae13e9cb"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "5.5.1" version: "5.5.0"
win32_registry: win32_registry:
dependency: transitive dependency: transitive
description: description:

View file

@ -161,3 +161,4 @@ dependency_overrides:
git: git:
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
ref: null-safety ref: null-safety
win32: 5.5.0

View file

@ -66,7 +66,7 @@ parts:
flutter-git: flutter-git:
source: https://github.com/flutter/flutter.git source: https://github.com/flutter/flutter.git
source-tag: 3.22.2 source-tag: 3.19.6
source-depth: 1 source-depth: 1
plugin: nil plugin: nil
override-build: | override-build: |