Merge pull request #8588 from matthiasbeyer/update-cloc

cloc: 1.62 -> 1.64
This commit is contained in:
Arseniy Seroka 2015-07-02 03:16:15 +03:00
commit e18f001241

View file

@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
name = "cloc-${version}";
version = "1.62";
version = "1.64";
src = fetchurl {
url = "mirror://sourceforge/cloc/cloc-${version}.tar.gz";
sha256 = "1cxc663dccd0sc2m0aj5lxdbnbzrys6rh9n8q122h74bfvsiw4f4";
sha256 = "1w3mz69h2i7pscvi9q7yp7wimds8g38c5ph78cj5pvjl5wa035rh";
};
buildInputs = [ perl AlgorithmDiff RegexpCommon ];