clash-meta: fix clash
This commit is contained in:
parent
6f6e74d255
commit
502b08d315
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ buildGoModule rec {
|
|||
owner = "MetaCubeX";
|
||||
repo = "Clash.Meta";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-FGmUzv9Ae2dn6vqlAXcpM5xs1K8P4tGn5tchl7N2rqg=";
|
||||
# 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-D6b0U04wwDUzeIu3//E10YehohTzvyHWtK5Yzf3xrAI=";
|
||||
|
|
Loading…
Reference in a new issue