Skip to content

Commit

Permalink
mihomo-party: 1.5.5 -> 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Nov 6, 2024
1 parent 19639ba commit 56df750
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/by-name/mi/mihomo-party/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
libGL,
}:
let
version = "1.5.5";
version = "1.5.6";
src =
let
inherit (stdenv.hostPlatform) system;
Expand All @@ -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 {
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 56df750

Please sign in to comment.