mihomo: 1.18.9 -> 1.18.10

This commit is contained in:
R. Ryantm
2024-11-03 19:43:51 +00:00
parent aa9dd15dbd
commit 412eaa6497
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "mihomo";
version = "1.18.9";
version = "1.18.10";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "mihomo";
rev = "v${version}";
hash = "sha256-WVzJymXmtPV5AGYYuFDlrhy5Hh9eUBOFG8UhAnFZ22g=";
hash = "sha256-VbqIlaocee+IxL3DDXr17ZmvDsRqJEuST/1HcU0bJds=";
};
vendorHash = "sha256-A10XICoieWc0FJAn2G2aolefLjguwL72qrr4KjMFYZE=";
vendorHash = "sha256-6pbrBcDTE46YTWn0CTv9Nip7iUqS8xDbHGZ7VzqDnTc=";
excludedPackages = [ "./test" ];