kazumi: 1.8.6 -> 1.8.7

This commit is contained in:
R. Ryantm
2025-10-30 11:33:51 +00:00
parent ab6bef5638
commit 38323f62f0
2 changed files with 3 additions and 3 deletions

View File

@@ -17,13 +17,13 @@
}: }:
let let
version = "1.8.6"; version = "1.8.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Predidit"; owner = "Predidit";
repo = "Kazumi"; repo = "Kazumi";
tag = version; tag = version;
hash = "sha256-/CtWN9E9O0PS9uzRfywO3QECkZvS8qy0CJfb3oellw4="; hash = "sha256-pt5mM6dCI0v+WExs7oExSGhDKj8yJ9Dpjk5NfCvr20I=";
}; };
in in
flutter335.buildFlutterApplication { flutter335.buildFlutterApplication {

View File

@@ -2223,6 +2223,6 @@
}, },
"sdks": { "sdks": {
"dart": ">=3.8.0 <4.0.0", "dart": ">=3.8.0 <4.0.0",
"flutter": ">=3.35.6" "flutter": ">=3.35.7"
} }
} }