cloc: 1.62 -> 1.64

This commit is contained in:
Matthias Beyer 2015-07-01 20:41:40 +02:00
parent 2bcd1dff75
commit ab9e853801

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 ];