about summary refs log tree commit diff
path: root/pkgs/tools/misc/cloc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/cloc/default.nix')
-rw-r--r--pkgs/tools/misc/cloc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/cloc/default.nix b/pkgs/tools/misc/cloc/default.nix
index 6ac8a5ceec40a..e89e785e9bdcb 100644
--- a/pkgs/tools/misc/cloc/default.nix
+++ b/pkgs/tools/misc/cloc/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cloc";
-  version = "1.94";
+  version = "1.96";
 
   src = fetchFromGitHub {
     owner = "AlDanial";
     repo = "cloc";
     rev = "v${version}";
-    sha256 = "sha256-m0pTShkwaX77IY1y9pWQnp6AVklYxg3L2JMiE/KfUyA=";
+    sha256 = "sha256-20vL+SX8Tbp6QxErDn76c6sLWnB1IJwHlQX4YAvj+Eg=";
   };
 
   setSourceRoot = ''