clash-meta: clean obsoleted code
This commit is contained in:
parent
04dc69b62e
commit
20338eb8c1
1 changed files with 1 additions and 5 deletions
|
@ -10,11 +10,7 @@ buildGoModule rec {
|
||||||
owner = "MetaCubeX";
|
owner = "MetaCubeX";
|
||||||
repo = "Clash.Meta";
|
repo = "Clash.Meta";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
# macOS has a case-insensitive filesystem, so these two can be the same file
|
hash = "sha256-QXNMplVy4cDRbUUDwidto7jxgjStX5PmCLdAIW7Edn8=";
|
||||||
postFetch = ''
|
|
||||||
rm -f $out/.github/workflows/{Delete,delete}.yml
|
|
||||||
'';
|
|
||||||
hash = "sha256-trufMtk3t9jA6hc9CenHsd3k41nrCyJYyOuHzzWv+Jw=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-lMeJ3z/iTHIbJI5kTzkQjNPMv5tGMJK/+PM36BUlpjE=";
|
vendorHash = "sha256-lMeJ3z/iTHIbJI5kTzkQjNPMv5tGMJK/+PM36BUlpjE=";
|
||||||
|
|
Loading…
Reference in a new issue