cloc: 1.66 -> 1.68
This commit is contained in:
parent
e32190ba60
commit
584020f181
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue