From 383f09b1cb38ade3e8613bb7014933d8193ae4cb Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sun, 8 Feb 2026 16:20:07 +0100 Subject: [PATCH] convertall: use newer Flutter version I manually edited pubspec.lock.json to update `vector_math`. Without this change, it doesn't compile with the latest Flutter version. --- pkgs/by-name/co/convertall/package.nix | 4 ++-- pkgs/by-name/co/convertall/pubspec.lock.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/co/convertall/package.nix b/pkgs/by-name/co/convertall/package.nix index b86365fef3e3..b97f042061bc 100644 --- a/pkgs/by-name/co/convertall/package.nix +++ b/pkgs/by-name/co/convertall/package.nix @@ -1,10 +1,10 @@ { lib, - flutter329, + flutter341, fetchFromGitHub, }: -flutter329.buildFlutterApplication rec { +flutter341.buildFlutterApplication rec { pname = "convertall"; version = "1.0.2"; diff --git a/pkgs/by-name/co/convertall/pubspec.lock.json b/pkgs/by-name/co/convertall/pubspec.lock.json index 986be5f7a292..785310699ebc 100644 --- a/pkgs/by-name/co/convertall/pubspec.lock.json +++ b/pkgs/by-name/co/convertall/pubspec.lock.json @@ -708,11 +708,11 @@ "dependency": "transitive", "description": { "name": "vector_math", - "sha256": "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803", + "sha256": "d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b", "url": "https://pub.dev" }, "source": "hosted", - "version": "2.1.4" + "version": "2.2.0" }, "vm_service": { "dependency": "transitive",