scc: 2.8.0 -> 2.10.1

This commit is contained in:
Oleksii Filonenko 2019-12-19 16:18:27 +02:00
parent 1a5cdc8fc3
commit 31a3e7a137
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "scc";
version = "2.8.0";
version = "2.10.1";
src = fetchFromGitHub {
owner = "boyter";
@ -17,7 +17,7 @@ buildGoPackage rec {
subPackages = [ "./" ];
meta = with stdenv.lib; {
homepage = https://github.com/boyter/scc;
homepage = "https://github.com/boyter/scc";
description = "A very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go";
maintainers = with maintainers; [ sigma ];
license = with licenses; [ unlicense /* or */ mit ];