mihomo: 1.19.24 -> 1.19.26 (#521070)

This commit is contained in:
Weijia Wang
2026-06-04 14:10:36 +00:00
committed by GitHub

View File

@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "mihomo";
version = "1.19.24";
version = "1.19.26";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "mihomo";
rev = "v${version}";
hash = "sha256-RQ6ZnOkIJyIA7n/AhHxOEtWcoXbyusc0GwIHr4VKUxM=";
hash = "sha256-As0MqIGHs1Gn+aUWpeFsC231n9v7lBNmGlQdAwVWcJs=";
};
vendorHash = "sha256-wAd5VKpQT9aE/S3J/6gLlkYs56TqR3b+H0s+peOQ3R4=";
vendorHash = "sha256-ySpBMR/djPPs1aTw7yiCrCFxDFsvRfTJEChg8v1C408=";
excludedPackages = [ "./test" ];