Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-22 06:17:05 +00:00
committed by GitHub
31 changed files with 282 additions and 107 deletions
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clash";
version = "1.3.5";
version = "1.4.0";
src = fetchFromGitHub {
owner = "Dreamacro";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yTkUGsVwK6nwHUQpYhkPYF/Cf4URrr5ThB67sxq7Ecs=";
sha256 = "sha256-yTj3kXG7xB1+PhaiGgQR4bUcKkdk5eiF4bGXmxuMMsg=";
};
vendorSha256 = "sha256-J7VGYxX1bH5CeDhpqK9mIbHUekXslImZ+O3wN5Q7kYk=";
vendorSha256 = "sha256-HqlHUVWwvO15nitpwIh/u0GfF8wqJqkviyxOp7QHYz8=";
doCheck = false;