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

cppcheck: 2.9 -> 2.9.1
This commit is contained in:
Christian Kögler 2022-10-30 22:35:51 +01:00 committed by GitHub
commit e5d13ea9b5
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.9";
version = "2.9.1";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
sha256 = "sha256-UkmtW/3CLU9tFNjVLhQPhYkYflFLOBc/7Qc8lSBOo3I=";
sha256 = "sha256-8vwuNK7qQg+pkUnWpEe8272BuHJUaidm8MoGsXVt1X8=";
};
buildInputs = [ pcre