Commit 4d0ee651 authored by kyehn's avatar kyehn
Browse files

fvm: 3.2.1 -> 4.0.0-beta.1

parent cea2daf7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {
+213 −179

File changed.

Preview size limit exceeded, changes collapsed.