Skip to content

Commit 3584644

Browse files
committed
cloc: 1.86 -> 1.88
1 parent 60996fa commit 3584644

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/cloc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "cloc";
5-
version = "1.86";
5+
version = "1.88";
66

77
src = fetchFromGitHub {
88
owner = "AlDanial";
99
repo = "cloc";
1010
rev = version;
11-
sha256 = "082gj2b3x11bilz8c572dd60vn6n0fhld5zhi7wk7g1wy9wlgm9w";
11+
sha256 = "1ixgswzbzv63bl50gb2kgaqr0jcicjz6w610hi9fal1i7744zraw";
1212
};
1313

1414
setSourceRoot = ''

0 commit comments

Comments
 (0)