cloc: 1.94 -> 1.96

This commit is contained in:
R. Ryantm 2022-12-22 16:08:37 +00:00 committed by Robert Helgesson
parent 8ace908d01
commit 5c267b4e2e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cloc";
version = "1.94";
version = "1.96";
src = fetchFromGitHub {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "sha256-m0pTShkwaX77IY1y9pWQnp6AVklYxg3L2JMiE/KfUyA=";
sha256 = "sha256-20vL+SX8Tbp6QxErDn76c6sLWnB1IJwHlQX4YAvj+Eg=";
};
setSourceRoot = ''