cloc: 1.84 -> 1.86

PR #88262
This commit is contained in:
R. RyanTM 2020-05-20 08:45:14 +00:00 committed by Robert Helgesson
parent 2d51940df5
commit 0e239cc5c4
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.84";
version = "1.86";
src = fetchFromGitHub {
owner = "AlDanial";
repo = "cloc";
rev = version;
sha256 = "14xikdwcr6pcnkk2i43zrsj88z8b3mrv0svbnbvxvarw1id83pnn";
sha256 = "082gj2b3x11bilz8c572dd60vn6n0fhld5zhi7wk7g1wy9wlgm9w";
};
setSourceRoot = ''