cloc: 1.68 -> 1.70

gstqt5
Robert Helgesson 2016-07-06 11:06:57 +02:00
parent 820cb25139
commit 18a91ddfb6
1 changed files with 2 additions and 2 deletions

View File

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