cloc: 1.68 -> 1.70
This commit is contained in:
parent
820cb25139
commit
18a91ddfb6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user