Merge pull request #257098 from oluceps/update-clash-meta

clash-meta: 1.15.1 -> 1.16.0
This commit is contained in:
Fabián Heredia Montiel 2023-09-25 21:59:59 -06:00 committed by GitHub
commit 28c4d07332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "clash-meta";
version = "1.15.1";
version = "1.16.0";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "Clash.Meta";
rev = "v${version}";
hash = "sha256-gOUG+XtLfkgnbTj1yUun50pevOh+aPXfIlof5/U2ud8=";
hash = "sha256-N7uCvzKBqOWYBfY1FBS9TjuHUfoKeMJF6o4k8C3f4z4=";
};
vendorHash = "sha256-My/fwa8BgaJcSGKcyyzUExVE0M2fk7rMZtOBW7V5edQ=";
vendorHash = "sha256-ySCmHLuMTCxBcAYo7YD8zOpUAa90PQmeLLt+uOn40Pk=";
# Do not build testing suit
excludedPackages = [ "./test" ];