Skip to content

Commit

Permalink
Merge pull request #122291 from r-ryantm/auto-update/clash
Browse files Browse the repository at this point in the history
clash: 1.5.0 -> 1.6.0
  • Loading branch information
Br1ght0ne committed May 9, 2021
2 parents acd1f03 + c6f9ece commit 2c1a792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/clash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "clash";
version = "1.5.0";
version = "1.6.0";

src = fetchFromGitHub {
owner = "Dreamacro";
repo = pname;
rev = "v${version}";
sha256 = "sha256-I4qpcHsN8WGt7YLNXO08BJypilhMSVmZjqECDjlEqXU=";
sha256 = "sha256-XG/nci8Sj0vfa/SFPpJwl1Zmt/23LfKxocejplZtS0E=";
};

vendorSha256 = "sha256-Nfzk7p52msGxTPDbs4g9KuRPFxp4Npt0QXkdVOZvipc=";
vendorSha256 = "sha256-WR1CpjEMHRkpd0/iqrOm0oVXvyQO+r6GyeP0L0zx8aA=";

doCheck = false;

Expand Down

0 comments on commit 2c1a792

Please sign in to comment.