cloc: 2.02 -> 2.04

This commit is contained in:
R. Ryantm 2025-02-01 00:58:56 +00:00 committed by Robert Helgesson
parent d943ea2898
commit 3a228057f5

View File

@ -7,7 +7,7 @@
}:
let
version = "2.02";
version = "2.04";
in
stdenv.mkDerivation {
pname = "cloc";
@ -17,7 +17,7 @@ stdenv.mkDerivation {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "sha256-qTrBCCC2J8Ewt6GvYlnXU8F1iB31A1xTFXdkee8L0Os=";
sha256 = "sha256-x02TEm+VYSqj0gSF/Eg+4LkSd2/LapHHSBlZziTKBDQ=";
};
setSourceRoot = ''