mihomo: 1.18.8 -> 1.18.9

This commit is contained in:
R. Ryantm
2024-10-03 08:08:55 +00:00
parent 14f8e6c62c
commit 3d6a7e1367
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "mihomo";
version = "1.18.8";
version = "1.18.9";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "mihomo";
rev = "v${version}";
hash = "sha256-UImkDjfNbC59SkoR0SsmlxGO5UPjMA0IURj+2+zgsVQ=";
hash = "sha256-WVzJymXmtPV5AGYYuFDlrhy5Hh9eUBOFG8UhAnFZ22g=";
};
vendorHash = "sha256-Lrd+og6bOopbV/JDwfWY4X+D/2iOCMgDA+JlHJlxwXE=";
vendorHash = "sha256-A10XICoieWc0FJAn2G2aolefLjguwL72qrr4KjMFYZE=";
excludedPackages = [ "./test" ];