cloc: 1.72 -> 1.74
This commit is contained in:
parent
f49b7d3c88
commit
d35e4439dd
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cloc-${version}";
|
name = "cloc-${version}";
|
||||||
version = "1.72";
|
version = "1.74";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AlDanial";
|
owner = "AlDanial";
|
||||||
repo = "cloc";
|
repo = "cloc";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
sha256 = "192z3fzib71y3sjic03ll67xv51igdlpvfhx12yv9wnzkir7lx02";
|
sha256 = "1ihma4f6f92jp1mvzr4rjrgyh9m5wzrlxngaxfn7g0a8r2kyi65b";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "cloc-v${version}-src/Unix";
|
sourceRoot = "cloc-${version}-src/Unix";
|
||||||
|
|
||||||
buildInputs = [ makeWrapper perl AlgorithmDiff RegexpCommon ];
|
buildInputs = [ makeWrapper perl AlgorithmDiff RegexpCommon ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user