cloc: 1.86 -> 1.88

This commit is contained in:
Robert Helgesson 2020-09-17 20:35:42 +02:00
parent 60996fa762
commit 3584644092
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cloc";
version = "1.86";
version = "1.88";
src = fetchFromGitHub {
owner = "AlDanial";
repo = "cloc";
rev = version;
sha256 = "082gj2b3x11bilz8c572dd60vn6n0fhld5zhi7wk7g1wy9wlgm9w";
sha256 = "1ixgswzbzv63bl50gb2kgaqr0jcicjz6w610hi9fal1i7744zraw";
};
setSourceRoot = ''