Unverified Commit 68016611 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

jhentai, gpt-box, evolve-core, convertall: drop (#483563)

parents 5a30dc48 793a223b
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
{
  lib,
  flutter329,
  fetchFromGitHub,
}:

flutter329.buildFlutterApplication rec {
  pname = "convertall";
  version = "1.0.2";

  src = fetchFromGitHub {
    owner = "doug-101";
    repo = "ConvertAll";
    tag = "v${version}";
    hash = "sha256-esc2xhL0Jx5SaqM0GnnVzdtnSN9bX8zln66We/2RqoA=";
  };

  pubspecLock = lib.importJSON ./pubspec.lock.json;

  meta = {
    homepage = "https://convertall.bellz.org";
    description = "Graphical unit converter";
    mainProgram = "convertall";
    license = lib.licenses.gpl2Plus;
    maintainers = [ ];
    platforms = lib.platforms.linux;
  };
}
+0 −792

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −56

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −792

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −7
Original line number Diff line number Diff line
{
  "computer": "sha256-qaD6jn78zDyZBktwJ4WTQa8oCvCWQJOBDaozBVsXNb8=",
  "fl_build": "sha256-CSKe2yEIisftM0q79HbDTghShirWg02zi9v+hD5R57g=",
  "fl_lib": "sha256-GFgDSkAI5alBxngm8y8A5oXfWgyuleNjnM4bsgYUlSs=",
  "flutter_highlight": "sha256-jSATD4Ww5FHEscGNiTN/FE1+iQHzg/XMbsC9f5XcNGw=",
  "openai_dart": "sha256-FP8J8ul8F68vrEdEZAmzNS921evtRfCIOlV2Aubifaw="
}
Loading