cloc: 2.08 -> 2.10 (#538765)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-05 20:04:02 +00:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
}:
let
version = "2.08";
version = "2.10";
in
stdenv.mkDerivation {
pname = "cloc";
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "sha256-FRby6mhaeTPU0G0rEDszfrTMcrNviFmjbJ8jJnjaZN4=";
sha256 = "sha256-B5dk22H5FeWZ+12A7iwAsJ0ORVfI1stDfue9ZgXBOg4=";
};
setSourceRoot = ''