Merge pull request #218393 from r-ryantm/auto-update/cppcheck

cppcheck: 2.10 -> 2.10.1
This commit is contained in:
Weijia Wang 2023-02-27 17:51:40 +02:00 committed by GitHub
commit fab0c541e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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])) ];