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
version = "1.8.6";
version = "1.8.7";
src = fetchFromGitHub {
owner = "Predidit";
repo = "Kazumi";
tag = version;
hash = "sha256-/CtWN9E9O0PS9uzRfywO3QECkZvS8qy0CJfb3oellw4=";
hash = "sha256-pt5mM6dCI0v+WExs7oExSGhDKj8yJ9Dpjk5NfCvr20I=";
};
in
flutter335.buildFlutterApplication {

View file

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