We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60996fa commit 3584644Copy full SHA for 3584644
1 file changed
pkgs/tools/misc/cloc/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "cloc";
5
- version = "1.86";
+ version = "1.88";
6
7
src = fetchFromGitHub {
8
owner = "AlDanial";
9
repo = "cloc";
10
rev = version;
11
- sha256 = "082gj2b3x11bilz8c572dd60vn6n0fhld5zhi7wk7g1wy9wlgm9w";
+ sha256 = "1ixgswzbzv63bl50gb2kgaqr0jcicjz6w610hi9fal1i7744zraw";
12
};
13
14
setSourceRoot = ''
0 commit comments