Merge pull request #226228 from aaronjheng/clash

clash: 1.14.0 -> 1.15.0

authored by Nick Cao and committed by GitHub b3ddab49 e51af962

+3 -3
+3 -3
pkgs/tools/networking/clash/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "clash"; 5 - version = "1.14.0"; 5 + version = "1.15.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Dreamacro"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-w/Iz1PZekeKVGFHPteMEbjLP3V9qMmLLAz27qW0VtPk="; 11 + hash = "sha256-uuhxxNLhwZrOvxRRiuJ2iY5rcAA/K8KAUryA01aisSI="; 12 12 }; 13 13 14 - vendorHash = "sha256-raNFt+Ymh7m+p1wXy1ofMO1UJ2EouwaY7Ysngfw3X8U="; 14 + vendorHash = "sha256-HS3VnQ9nkRy9OEfE1ASb3fhH/JlgUSlrVlGYNYwGmVA="; 15 15 16 16 # Do not build testing suit 17 17 excludedPackages = [ "./test" ];