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

cppcheck: 2.7.5 -> 2.8
This commit is contained in:
Maximilian Bosch 2022-05-30 22:58:05 +02:00 committed by GitHub
commit 773a15f948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cppcheck";
version = "2.7.5";
version = "2.8";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
sha256 = "sha256-GRhQXGldirIhUBI4CucDTTxuZhG0XW0qp1FjYXhVS0o=";
sha256 = "sha256-2gPgsu4XOPAEsxGNoDFl2Q7Vr/58SI98FnPeKZMv0go=";
};
buildInputs = [ pcre