cloc: 1.92 -> 1.94
This commit is contained in:
parent
2a26e467d7
commit
2169ff54f1
1 changed files with 2 additions and 5 deletions
|
@ -2,16 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cloc";
|
||||
version = "1.92";
|
||||
version = "1.94";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AlDanial";
|
||||
repo = "cloc";
|
||||
rev = "v${version}";
|
||||
sha256 = if stdenv.isDarwin then
|
||||
"1hy1hskiw02b7xaxn2qz0v7znj14l49w1anx20z6rkcps7212l5l"
|
||||
else
|
||||
"sha256-tFARxNGXzWw+EN2qwBOhJEj7zwYfC9tVP0sAHqeGwcM=";
|
||||
sha256 = "sha256-m0pTShkwaX77IY1y9pWQnp6AVklYxg3L2JMiE/KfUyA=";
|
||||
};
|
||||
|
||||
setSourceRoot = ''
|
||||
|
|
Loading…
Reference in a new issue