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

cppcheck: 2.7.3 -> 2.7.4
This commit is contained in:
Maximilian Bosch 2022-03-30 10:03:59 +02:00 committed by GitHub
commit 6a079dad15
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.3";
version = "2.7.4";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
sha256 = "0bwk89nkq67nphplb24daxvg75pv9bgh0kcqr2samhpzmjpvzxm5";
sha256 = "sha256-bMDH3TRAdDoI1AaHTpIl4P/yk9wsV0ReNh6bMmCsKys=";
};
buildInputs = [ pcre