cloc: 1.76 -> 1.78

This commit is contained in:
Robert Helgesson
2018-09-10 21:37:56 +02:00
parent 22076da35f
commit fb43453840

View File

@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "cloc-${version}";
version = "1.76";
version = "1.78";
src = fetchFromGitHub {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "03z4ar959ximsddd92zchi013lh82ganzisk309y3b09q10hl9k7";
rev = version;
sha256 = "030cnvl83hgynri3jimhhqp238375m1g6liqfiggl0habrnlbck2";
};
setSourceRoot = ''