cppcheck: 2.10 -> 2.10.1

This commit is contained in:
R. Ryantm
2023-02-26 06:30:36 +00:00
parent 82d225e0d4
commit f3e9abfb9e
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "cppcheck";
version = "2.10";
version = "2.10.1";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
hash = "sha256-Ss35foFlh4sw6TxMp++0b9E5KDUjBpDPuWIHsak8OGY=";
hash = "sha256-tN7MYMRBakdL++ZeY2u9s2B2wyAU7iaOB/hsv2GXI6s=";
};
buildInputs = [ pcre (python3.withPackages (ps: [ps.pygments])) ];