clash: 1.11.4 -> 1.12.0

This commit is contained in:
R. Ryantm 2022-11-28 08:03:59 +00:00 committed by Bobby Rong
parent 349d73f0cf
commit dd48617171

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clash";
version = "1.11.4";
version = "1.12.0";
src = fetchFromGitHub {
owner = "Dreamacro";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NLGX72eZCfyh6y3mud/btMh15rNXnss7S0P7ujCX1ms=";
sha256 = "sha256-SE+nZIatvwyc6JubMb7YUlNiJv+LYtJjFMlKEoJzEn8=";
};
vendorSha256 = "sha256-zaWN/zI4WhHnEK12k1tWZ/qjLGvaZbJ4WfEvCZJ0+ms=";
vendorSha256 = "sha256-ikcGZ1Gfxb4zBkav8MDi3+xNbvhqHIk6NhLfI2ne3ns=";
# Do not build testing suit
excludedPackages = [ "./test" ];