Merge pull request #173955 from aaronjheng/clash

clash: 1.10.0 -> 1.10.6
This commit is contained in:
Mario Rodas 2022-05-22 09:30:57 -05:00 committed by GitHub
commit 5d3390628d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,21 +2,19 @@
buildGoModule rec {
pname = "clash";
version = "1.10.0";
version = "1.10.6";
src = fetchFromGitHub {
owner = "Dreamacro";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cAJjW+NzG48HcDRx12LLdj8VYyIroL+GWqrUrpHOOIk=";
sha256 = "sha256-v9MUMgHIpHDUEmB5vXOIOkSriX+PCPtiiHHB4H5FeMw=";
};
vendorSha256 = "sha256-hE2MgjaVme+4vG7+rmJXfjycd3N2R6cA5iSUUTFcQXE=";
vendorSha256 = "sha256-egbXCRmC862tctapMUWTcNej1g6a9wCt2JIC9DSEP6k=";
postPatch = ''
# Do not build testing suit
rm -rf ./test
'';
# Do not build testing suit
excludedPackages = [ "./test" ];
CGO_ENABLED = 0;