fvm: 3.2.1 -> 4.0.0-beta.1

This commit is contained in:
kyehn
2025-09-04 17:32:55 +08:00
parent cea2daf736
commit 4d0ee6515c
2 changed files with 238 additions and 204 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
}:
let
version = "3.2.1";
version = "4.0.0-beta.1";
src = fetchFromGitHub {
owner = "leoafarias";
repo = "fvm";
tag = version;
hash = "sha256-i7sJRBrS5qyW8uGlx+zg+wDxsxgmolTMcikHyOzv3Bs=";
hash = "sha256-O2VU0cXgrm+Xf85e5l31kfnUOCUI9ZuVQCVRUppqCE4=";
};
in
buildDartApplication {
File diff suppressed because it is too large Load Diff