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

cppcheck: 2.10.3 -> 2.11
This commit is contained in:
Weijia Wang 2023-06-27 11:49:46 +03:00 committed by GitHub
commit b38e95ea6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cppcheck";
version = "2.10.3";
version = "2.11";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
hash = "sha256-M63uHhyEDmuWrEu7Y3Zks1Eq5WgenSlqWln2DMBj3fU=";
hash = "sha256-Zu1Ly5KsgmjtsVQlBzgB/h+varfkyB73t8bxzqB3a3M=";
};
strictDeps = true;