3
0
Fork 0
forked from mirrors/nixpkgs

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

cppcheck: 2.9.3 -> 2.10
This commit is contained in:
Mario Rodas 2023-01-31 19:15:48 -05:00 committed by GitHub
commit 2a5a7b18e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cppcheck"; pname = "cppcheck";
version = "2.9.3"; version = "2.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danmar"; owner = "danmar";
repo = "cppcheck"; repo = "cppcheck";
rev = version; rev = version;
hash = "sha256-AaZzr5r+tpG5M40HSx45KCUBPhN/nSpXxS5H3FuSx2c="; hash = "sha256-Ss35foFlh4sw6TxMp++0b9E5KDUjBpDPuWIHsak8OGY=";
}; };
buildInputs = [ pcre buildInputs = [ pcre