fvm: 4.0.5 -> 4.1.1

This commit is contained in:
R. Ryantm
2026-06-24 10:59:14 +00:00
parent 19c4bc7578
commit 9c782ee65e
+2 -2
View File
@@ -9,13 +9,13 @@
}:
let
version = "4.0.5";
version = "4.1.1";
src = fetchFromGitHub {
owner = "leoafarias";
repo = "fvm";
tag = version;
hash = "sha256-NLFEGUo4Zy/OYOlbPKirN+JhbGfvzX2Eg0qB10SiGxs=";
hash = "sha256-5XQK90aJ32A74FWV9ukwg0lRmRUU62ENy2SEjwsu+Os=";
};
in
buildDartApplication {