3
0
Fork 0
forked from mirrors/nixpkgs

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

cppcheck: 2.8 -> 2.8.1
This commit is contained in:
Mario Rodas 2022-07-16 11:16:24 -05:00 committed by GitHub
commit 173333b1a0
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.8";
version = "2.8.2";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
sha256 = "sha256-2gPgsu4XOPAEsxGNoDFl2Q7Vr/58SI98FnPeKZMv0go=";
sha256 = "sha256-Zv5dGjEtlloWdL2rkGEVLrVTS/QSRDjvDrequVSwgM0=";
};
buildInputs = [ pcre