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

cppcheck: 2.10.2 -> 2.10.3
This commit is contained in:
Nick Cao 2023-04-15 11:18:11 +08:00 committed by GitHub
commit 76f44bdff7
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.2";
version = "2.10.3";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
hash = "sha256-wr2O9EqDvHaMQwnjFLLtP1XxfUwFa/P6gGqYNNPVyaA=";
hash = "sha256-M63uHhyEDmuWrEu7Y3Zks1Eq5WgenSlqWln2DMBj3fU=";
};
strictDeps = true;