Merge pull request #61010 from rycee/bump/cloc

cloc: 1.80 -> 1.82
This commit is contained in:
Mateusz Kowalczyk 2019-05-06 10:43:39 +09:00 committed by GitHub
commit f56fb2db03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cloc-${version}";
version = "1.80";
version = "1.82";
src = fetchFromGitHub {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "0zmkjpv4dbdr29x95j4i585wz4rxwlrkp6ldfr5wiw83h90n0ilp";
rev = version;
sha256 = "0fsz07z0slfg58512fmnlj8pnxkc360bgf7fclg60v9clvcjbjsw";
};
setSourceRoot = ''