mihomo: 1.19.24 -> 1.19.26

This commit is contained in:
R. Ryantm
2026-06-02 22:59:30 +00:00
parent 4cf1883cad
commit b6bbdd5802

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" ];