flclash: 0.8.84 -> 0.8.85

This commit is contained in:
emaryn
2025-06-10 09:48:03 +00:00
committed by emaryn
parent adcafd5013
commit 4b8bc7ae4d
2 changed files with 254 additions and 249 deletions
+9 -9
View File
@@ -1,7 +1,7 @@
{
lib,
fetchFromGitHub,
flutter329,
flutter332,
keybinder3,
libayatana-appindicator,
buildGoModule,
@@ -12,14 +12,14 @@
let
pname = "flclash";
version = "0.8.84";
version = "0.8.85";
src =
(fetchFromGitHub {
owner = "chen08209";
repo = "FlClash";
tag = "v${version}";
hash = "sha256-XrZay7C8XIqwAATwDd8U+sh0BcNN5ap43ibYVs6qXFg=";
hash = "sha256-bMx9yQkzUZ8cJpT1WBIqmYKoUvkPND9qg26HoRiY5kM=";
fetchSubmodules = true;
}).overrideAttrs
(_: {
@@ -32,7 +32,7 @@ let
description = "Multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free";
homepage = "https://github.com/chen08209/FlClash";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ emaryn ];
};
libclash = buildGoModule {
@@ -41,7 +41,7 @@ let
modRoot = "core";
vendorHash = "sha256-Wm1VheSLaAS+tLQq7lNkPzoEER1sKiNczUgYLSfuLng=";
vendorHash = "sha256-pc0TnYnY6QWpGdO7IGAquuyS+NXbq7Xkr+dOo8uLPQU=";
env.CGO_ENABLED = 0;
@@ -57,11 +57,13 @@ let
meta = metaCommon;
};
in
flutter329.buildFlutterApplication {
flutter332.buildFlutterApplication {
inherit pname version src;
pubspecLock = lib.importJSON ./pubspec.lock.json;
gitHashes.flutter_js = "sha256-4PgiUL7aBnWVOmz2bcSxKt81BRVMnopabj5LDbtPYk4=";
nativeBuildInputs = [
copyDesktopItems
autoPatchelfHook
@@ -81,9 +83,7 @@ flutter329.buildFlutterApplication {
icon = "flclash";
genericName = "FlClash";
desktopName = "FlClash";
categories = [
"Network"
];
categories = [ "Network" ];
keywords = [
"FlClash"
"Clash"
File diff suppressed because it is too large Load Diff