clash-meta: 1.19.6 -> 1.19.8 (#409263)

Co-authored-by: oluceps <oluceps@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-21 16:52:53 +00:00
committed by GitHub
co-authored by oluceps
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "mihomo";
version = "1.19.6";
version = "1.19.8";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "mihomo";
rev = "v${version}";
hash = "sha256-eVqV7Dt6V4fAT0yGF8D7niZevMmX6WggSpA5J+LU7jY=";
hash = "sha256-C8g2KhhXY11bqGKthNgiqdZwxoPVPhflhkh+X6JU33I=";
};
vendorHash = "sha256-8LATtCrQs7rDiEWKep9xPlzKw413DpS1FGJsLiWriIQ=";
vendorHash = "sha256-j97UFlcN8SfY6nireI6NDw8UcQuxyH34gue1Ywf25Yg=";
excludedPackages = [ "./test" ];