kazumi: 2.0.2 -> 2.0.3 (#492523)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-21 04:20:30 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -18,13 +18,13 @@
}:
let
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "Predidit";
repo = "Kazumi";
tag = version;
hash = "sha256-81CWJJr+vOF6WJbO/7sZuAkBfy7cNsUUTpxTUnaM0fg=";
hash = "sha256-dXVpuxs2+v6voNn+gUZbYa6XxRDwKWnLd3mASLYHHl0=";
};
in
flutter338.buildFlutterApplication {
+3 -3
View File
@@ -1744,11 +1744,11 @@
"dependency": "transitive",
"description": {
"name": "test_api",
"sha256": "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8",
"sha256": "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.7.8"
"version": "0.7.9"
},
"tray_manager": {
"dependency": "direct main",
@@ -2134,6 +2134,6 @@
},
"sdks": {
"dart": ">=3.9.0 <4.0.0",
"flutter": ">=3.41.0"
"flutter": ">=3.41.2"
}
}