Skip to content

Commit

Permalink
cloc: 2.00 -> 2.02
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and rycee committed Aug 3, 2024
1 parent 7b9ef31 commit 90d02f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/cloc/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, perlPackages }:

let version = "2.00";
let version = "2.02";
in stdenv.mkDerivation {
pname = "cloc";
inherit version;
Expand All @@ -9,7 +9,7 @@ in stdenv.mkDerivation {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "sha256-GZvrsVuPLg09yOlDmdHNZ0QLXoftgSYMFkn6PLf1/Pw=";
sha256 = "sha256-qTrBCCC2J8Ewt6GvYlnXU8F1iB31A1xTFXdkee8L0Os=";
};

setSourceRoot = ''
Expand Down

0 comments on commit 90d02f0

Please sign in to comment.