fvm: 4.1.1 -> 4.1.2

This commit is contained in:
R. Ryantm
2026-07-03 07:02:15 +00:00
parent 9778ed5674
commit d92d1ddb6b
+2 -2
View File
@@ -9,13 +9,13 @@
}:
let
version = "4.1.1";
version = "4.1.2";
src = fetchFromGitHub {
owner = "leoafarias";
repo = "fvm";
tag = version;
hash = "sha256-5XQK90aJ32A74FWV9ukwg0lRmRUU62ENy2SEjwsu+Os=";
hash = "sha256-Kyxyt2UsrQ6Bc6EuYJjpEFdYwcus2/bcVrWsd/gs3Ok=";
};
in
buildDartApplication {