cloc: fix sourceRoot

+1 -1
+1 -1
pkgs/tools/misc/cloc/default.nix
··· 11 11 sha256 = "1ihma4f6f92jp1mvzr4rjrgyh9m5wzrlxngaxfn7g0a8r2kyi65b"; 12 12 }; 13 13 14 - sourceRoot = "cloc-${version}-src/Unix"; 14 + sourceRoot = "source/Unix"; 15 15 16 16 buildInputs = [ makeWrapper perl AlgorithmDiff RegexpCommon ]; 17 17