kazumi: 1.7.3 -> 1.7.4 (#422684)

This commit is contained in:
Wolfgang Walther 2025-07-11 18:21:45 +00:00 committed by GitHub
commit a44d5e784d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@
flutter332.buildFlutterApplication rec {
pname = "kazumi";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "Predidit";
repo = "Kazumi";
tag = version;
hash = "sha256-xsJ7kOhmySPYURTgEI0yoXMOWQRcjbFHueeqOZ7HsbE=";
hash = "sha256-Tzg8vFu2/ZLHQ1Ijp4et+qNPX0ytTZ//zVqQHJ6QBxs=";
};
pubspecLock = lib.importJSON ./pubspec.lock.json;

View File

@ -2079,6 +2079,6 @@
},
"sdks": {
"dart": ">=3.7.0 <4.0.0",
"flutter": ">=3.32.2"
"flutter": ">=3.32.5"
}
}