clash: 1.10.0 -> 1.10.6

main
Aaron Jheng 2 years ago
parent 772e39b237
commit 896efa265c
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
  1. 12
      pkgs/tools/networking/clash/default.nix

@ -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;

Loading…
Cancel
Save