9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 rev = "v${finalAttrs.version}";
17 hash = "sha256-UItmZmrcCSO7705TzEO80IVGSsCrDjm9Apw17XAQ9jY=";
25 pnpmDeps = pnpm.fetchDeps {
26 inherit (finalAttrs) pname version src;
27 hash = "sha256-jIotwZmFzzv3jN4iXV4aonxnVDuIGzxNH8RGD0r7t0c=";
46 passthru.updateScript = nix-update-script { };
49 description = "Clash.Meta Dashboard, The Official One, XD";
50 homepage = "https://github.com/MetaCubeX/metacubexd";
51 license = lib.licenses.mit;
52 platforms = lib.platforms.all;
53 maintainers = with lib.maintainers; [ Guanran928 ];