kazumi: 1.7.7 -> 1.7.8

R. Ryantm 9b75df84 50a00d86

+8 -8
+1 -1
pkgs/by-name/ka/kazumi/gitHashes.json
··· 1 1 { 2 - "desktop_webview_window": "sha256-GcTwBQKPFwG6fVYd9v2HVvc/Meyxmc8cD5GcgcnPpgo=", 2 + "desktop_webview_window": "sha256-l5n57iKLgsH4TaBYRaTDEPznzljI0jfOGcvxyYcIW6M=", 3 3 "media_kit": "sha256-N6QoktM8u9NYF8MAXLsxM9RlV8nICM4NbnmABHTRkZg=", 4 4 "media_kit_libs_android_video": "sha256-N6QoktM8u9NYF8MAXLsxM9RlV8nICM4NbnmABHTRkZg=", 5 5 "media_kit_libs_ios_video": "sha256-N6QoktM8u9NYF8MAXLsxM9RlV8nICM4NbnmABHTRkZg=",
+2 -2
pkgs/by-name/ka/kazumi/package.nix
··· 17 17 }: 18 18 19 19 let 20 - version = "1.7.7"; 20 + version = "1.7.8"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "Predidit"; 24 24 repo = "Kazumi"; 25 25 tag = version; 26 - hash = "sha256-t+RhLzfQwiBa49BCZ0qeUijAylPWYR8UYZHKk6bVgZc="; 26 + hash = "sha256-EHrTI+jy8ryvGwLUJNVbYlinKsBxh12zboHqpiGuRk0="; 27 27 }; 28 28 in 29 29 flutter335.buildFlutterApplication {
+5 -5
pkgs/by-name/ka/kazumi/pubspec.lock.json
··· 224 224 "dependency": "direct main", 225 225 "description": { 226 226 "name": "card_settings_ui", 227 - "sha256": "69946704bf4e05830e4737645188f14420285063c8e15f82ef8f5708dba55df8", 227 + "sha256": "73670e4685d44fed8e9669e813153801825eea6f7a2845665e3a5a8631761e6c", 228 228 "url": "https://pub.dev" 229 229 }, 230 230 "source": "hosted", 231 - "version": "2.0.0" 231 + "version": "2.0.1" 232 232 }, 233 233 "characters": { 234 234 "dependency": "transitive", ··· 394 394 "dependency": "direct main", 395 395 "description": { 396 396 "path": ".", 397 - "ref": "user_script", 398 - "resolved-ref": "0372b6b20c7d48b5777180b8d3cb0124f2e6b061", 397 + "ref": "main", 398 + "resolved-ref": "f95c8d09e66a73dce5465770f6fb41e4a13fad44", 399 399 "url": "https://github.com/Predidit/linux_webview_window.git" 400 400 }, 401 401 "source": "git", ··· 2223 2223 }, 2224 2224 "sdks": { 2225 2225 "dart": ">=3.8.0 <4.0.0", 2226 - "flutter": ">=3.35.1" 2226 + "flutter": ">=3.35.3" 2227 2227 } 2228 2228 }