cloc: 2.08 -> 2.10

This commit is contained in:
Robert Helgesson
2026-07-05 21:46:24 +02:00
parent e7721c1bd9
commit 2b53298a47
+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 = ''