Skip to content

Commit 7978ab2

Browse files
committed
kazumi: 1.4.8 -> 1.5.0
1 parent 8cb0cd7 commit 7978ab2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pkgs/by-name/ka/kazumi/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
}:
1515
flutter327.buildFlutterApplication rec {
1616
pname = "kazumi";
17-
version = "1.4.8";
17+
version = "1.5.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "Predidit";
2121
repo = "Kazumi";
2222
tag = version;
23-
hash = "sha256-E1JOBdOfb2WyTDU0nOu1SCFSfv5O4VKj+9Go8wcMips=";
23+
hash = "sha256-YYg8DpW/O517R9YZ9jpikNIy2MfLQdiLsdhO3uhCusc=";
2424
};
2525

2626
pubspecLock = lib.importJSON ./pubspec.lock.json;

pkgs/by-name/ka/kazumi/pubspec.lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@
226226
"source": "hosted",
227227
"version": "0.2.5"
228228
},
229+
"card_settings_ui": {
230+
"dependency": "direct main",
231+
"description": {
232+
"name": "card_settings_ui",
233+
"sha256": "36bd1bb8e3d18612e2654e722da0f1ed9bc7a412339b906205107ece72b8e14b",
234+
"url": "https://pub.dev"
235+
},
236+
"source": "hosted",
237+
"version": "1.0.0"
238+
},
229239
"characters": {
230240
"dependency": "transitive",
231241
"description": {

0 commit comments

Comments
 (0)