about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-18 06:00:50 +0000
committerRobert Helgesson <robert@rycee.net>2024-02-18 14:02:11 +0100
commita24b9a0959ef8f4ba56c991c7838010031fd0249 (patch)
tree9ca869343de2fe6cb94dcbec0a98baa020aedaa5
parentf1c0064801493db07a9b115ebefefe70b0e5e519 (diff)
downloadnixlib-a24b9a0959ef8f4ba56c991c7838010031fd0249.tar
nixlib-a24b9a0959ef8f4ba56c991c7838010031fd0249.tar.gz
nixlib-a24b9a0959ef8f4ba56c991c7838010031fd0249.tar.bz2
nixlib-a24b9a0959ef8f4ba56c991c7838010031fd0249.tar.lz
nixlib-a24b9a0959ef8f4ba56c991c7838010031fd0249.tar.xz
nixlib-a24b9a0959ef8f4ba56c991c7838010031fd0249.tar.zst
nixlib-a24b9a0959ef8f4ba56c991c7838010031fd0249.zip
cloc: 1.98 -> 2.00
-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 fdd932634c5e..14c7b2133c71 100644
--- a/pkgs/tools/misc/cloc/default.nix
+++ b/pkgs/tools/misc/cloc/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchFromGitHub, makeWrapper, perlPackages }:
 
-let version = "1.98";
+let version = "2.00";
 in stdenv.mkDerivation {
   pname = "cloc";
   inherit version;
@@ -9,7 +9,7 @@ in stdenv.mkDerivation {
     owner = "AlDanial";
     repo = "cloc";
     rev = "v${version}";
-    sha256 = "sha256-OTzIzLgE9sdbHZUSARSbVrxD95dW8gPiM8tvMvqm1Bg=";
+    sha256 = "sha256-GZvrsVuPLg09yOlDmdHNZ0QLXoftgSYMFkn6PLf1/Pw=";
   };
 
   setSourceRoot = ''