clash-meta: 1.19.8 -> 1.19.10 (#412704)

Co-authored-by: oluceps <oluceps@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-31 16:35:27 +00:00
committed by GitHub
co-authored by oluceps
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "mihomo";
version = "1.19.8";
version = "1.19.10";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "mihomo";
rev = "v${version}";
hash = "sha256-C8g2KhhXY11bqGKthNgiqdZwxoPVPhflhkh+X6JU33I=";
hash = "sha256-7zbJMwczbCHRrAbRC61Pjo58dyphTu+3WYkfi3iiwxw=";
};
vendorHash = "sha256-j97UFlcN8SfY6nireI6NDw8UcQuxyH34gue1Ywf25Yg=";
vendorHash = "sha256-2hLI8R6hwam7/n8JRQ9Xs4ycWwdNxGRvFM+JhH7ExgM=";
excludedPackages = [ "./test" ];