From 56df750a24d819245e79c990cba6891c436fcc31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=80=D0=B0=D1=81=D1=85=D0=BE=D0=B4=D0=BD=D1=8B=D0=B9=20?= =?UTF-8?q?=D0=BC=D0=B0=D1=82=D0=B5=D1=80=D0=B8=D0=B0=D0=BB?= <78630225+aucub@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:50:58 +0000 Subject: [PATCH] mihomo-party: 1.5.5 -> 1.5.6 --- pkgs/by-name/mi/mihomo-party/package.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/mi/mihomo-party/package.nix b/pkgs/by-name/mi/mihomo-party/package.nix index ec6e0025b808b..5fb78a1786d6c 100644 --- a/pkgs/by-name/mi/mihomo-party/package.nix +++ b/pkgs/by-name/mi/mihomo-party/package.nix @@ -15,7 +15,7 @@ libGL, }: let - version = "1.5.5"; + version = "1.5.6"; src = let inherit (stdenv.hostPlatform) system; @@ -25,8 +25,8 @@ let aarch64-linux = "arm64"; }; hash = selectSystem { - x86_64-linux = "sha256-elCqfmg7xmj5tSygZOVUiEyh6xSzaaf74Lu9fpRB3ok="; - aarch64-linux = "sha256-p30i5tlm1ZLQE/9ie5vSQ8jAD0wP7L7YRiTwJbowGcA="; + x86_64-linux = "sha256-4ipAV9kqK/qYAydXMugDI4RbGe/a5Om+hKz/KwPXXSc="; + aarch64-linux = "sha256-Fc5fd8fv9qpuCeFny9jL5h4nnHg5Vi50YAqNlmymEIg="; }; in fetchurl { @@ -86,11 +86,10 @@ stdenv.mkDerivation { description = "Another Mihomo GUI"; homepage = "https://github.com/mihomo-party-org/mihomo-party"; mainProgram = "mihomo-party"; - platforms = lib.platforms.darwin ++ [ + platforms = [ "aarch64-linux" "x86_64-linux" ]; - broken = stdenv.hostPlatform.isDarwin; license = lib.licenses.gpl3Plus; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with lib.maintainers; [ aucub ];