cloc: 1.66 -> 1.68

This commit is contained in:
Robert Helgesson 2016-06-07 20:52:44 +02:00
parent e32190ba60
commit 584020f181

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cloc-${version}";
version = "1.66";
version = "1.68";
src = fetchFromGitHub {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "1xj6d8x8zwijym5wznm0k1478z7zx3bfjsx20r3aqb1vhkvcjsm9";
sha256 = "17n6w7rd17h4q4cnjg4hxcfpx4plp40gd58bdyig9lsfbn6xcjxj";
};
sourceRoot = "cloc-v${version}-src/Unix";