cloc: 1.92 -> 1.94

This commit is contained in:
Robert Helgesson 2022-07-05 22:30:50 +02:00
parent 2a26e467d7
commit 2169ff54f1

View file

@ -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 = ''