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

clash-meta: 1.14.2 -> 1.14.3
This commit is contained in:
Weijia Wang 2023-04-10 08:37:34 +02:00 committed by GitHub
commit 79f61ec5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,20 @@
}:
buildGoModule rec {
pname = "clash-meta";
version = "1.14.2";
version = "1.14.3";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "Clash.Meta";
rev = "v${version}";
sha256 = "sha256-sn+0TNXCK4af4zfkf09hLsFkuvkcyjhwh35kKo993FQ=";
# macOS has a case-insensitive filesystem, so these two can be the same file
postFetch = ''
rm -f $out/.github/workflows/{Delete,delete}.yml
'';
hash = "sha256-HITuxnzzyHBJ3PlXHYR0M1r3x70AtwzAp1hQ6pX16Bo=";
};
vendorHash = "sha256-3j+5fF57eu7JJd3rnrWYwuWDivycUkUTTzptYaK3G/Q=";
vendorHash = "sha256-D6b0U04wwDUzeIu3//E10YehohTzvyHWtK5Yzf3xrAI=";
# Do not build testing suit
excludedPackages = [ "./test" ];