clash: 1.11.0 -> 1.11.4

+3 -3
+3 -3
pkgs/tools/networking/clash/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "clash"; 5 - version = "1.11.0"; 5 + version = "1.11.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Dreamacro"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-8g5rrkRA31wHvwY3JDFIU+slU0cLHFpADyd897hVyw0="; 11 + sha256 = "sha256-NLGX72eZCfyh6y3mud/btMh15rNXnss7S0P7ujCX1ms="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-iW14KxtUY2nhpShcdrHLiCRZxsoXyLSPt01dB0Ds28Y="; 14 + vendorSha256 = "sha256-zaWN/zI4WhHnEK12k1tWZ/qjLGvaZbJ4WfEvCZJ0+ms="; 15 15 16 16 # Do not build testing suit 17 17 excludedPackages = [ "./test" ];