Merge pull request #251404 from r-ryantm/auto-update/clash-meta

clash-meta: 1.15.0 -> 1.15.1
This commit is contained in:
Matthias Beyer 2023-08-25 19:46:09 +02:00 committed by GitHub
commit 347a238ef8
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.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "Clash.Meta";
rev = "v${version}";
hash = "sha256-QXNMplVy4cDRbUUDwidto7jxgjStX5PmCLdAIW7Edn8=";
hash = "sha256-gOUG+XtLfkgnbTj1yUun50pevOh+aPXfIlof5/U2ud8=";
};
vendorHash = "sha256-lMeJ3z/iTHIbJI5kTzkQjNPMv5tGMJK/+PM36BUlpjE=";
vendorHash = "sha256-My/fwa8BgaJcSGKcyyzUExVE0M2fk7rMZtOBW7V5edQ=";
# Do not build testing suit
excludedPackages = [ "./test" ];