cloc: 1.98 -> 2.00

This commit is contained in:
R. Ryantm 2024-02-18 06:00:50 +00:00 committed by Robert Helgesson
parent f1c0064801
commit a24b9a0959

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, perlPackages }:
let version = "1.98";
let version = "2.00";
in stdenv.mkDerivation {
pname = "cloc";
inherit version;
@ -9,7 +9,7 @@ in stdenv.mkDerivation {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "sha256-OTzIzLgE9sdbHZUSARSbVrxD95dW8gPiM8tvMvqm1Bg=";
sha256 = "sha256-GZvrsVuPLg09yOlDmdHNZ0QLXoftgSYMFkn6PLf1/Pw=";
};
setSourceRoot = ''