lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mihomo-party: 1.7.6 -> 1.8.3 (#429963)

authored by

Wolfgang Walther and committed by
GitHub
9957763c a4a7e9f1

+3 -3
+3 -3
pkgs/by-name/mi/mihomo-party/package.nix
··· 16 16 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "mihomo-party"; 19 - version = "1.7.6"; 19 + version = "1.8.3"; 20 20 21 21 src = 22 22 let ··· 31 31 fetchurl { 32 32 url = "https://github.com/mihomo-party-org/mihomo-party/releases/download/v${finalAttrs.version}/mihomo-party-linux-${finalAttrs.version}-${arch}.deb"; 33 33 hash = selectSystem { 34 - x86_64-linux = "sha256-83RajPreGieOYBAkoR6FsFREnOGDDuMK6+Qg+R/koac="; 35 - aarch64-linux = "sha256-oWOXLUYWRKRgPtNv9ZvM1ODd44dhymVTKHJBK/xxOOs="; 34 + x86_64-linux = "sha256-3x6xueQS81IWutY0BH52wRdb8Fh2kTQF7QgwZACE6kk="; 35 + aarch64-linux = "sha256-SBPFnY/0CAUhEpZe+wav+HY2kmZ45+gzoXrUn7jUrts="; 36 36 }; 37 37 }; 38 38