cloc: 1.80 -> 1.82
This commit is contained in:
parent
b5e4b3879c
commit
8d48a54285
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cloc-${version}";
|
name = "cloc-${version}";
|
||||||
version = "1.80";
|
version = "1.82";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AlDanial";
|
owner = "AlDanial";
|
||||||
repo = "cloc";
|
repo = "cloc";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
sha256 = "0zmkjpv4dbdr29x95j4i585wz4rxwlrkp6ldfr5wiw83h90n0ilp";
|
sha256 = "0fsz07z0slfg58512fmnlj8pnxkc360bgf7fclg60v9clvcjbjsw";
|
||||||
};
|
};
|
||||||
|
|
||||||
setSourceRoot = ''
|
setSourceRoot = ''
|
||||||
|
|
Loading…
Reference in a new issue