3
0
Fork 0
forked from mirrors/nixpkgs

cppcheck: 2.7.4 -> 2.7.5

This commit is contained in:
R. Ryantm 2022-04-22 14:14:04 +00:00 committed by Bjørn Forsman
parent c6fcb4f3a0
commit d030ffdeb6

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cppcheck";
version = "2.7.4";
version = "2.7.5";
src = fetchFromGitHub {
owner = "danmar";
repo = "cppcheck";
rev = version;
sha256 = "sha256-bMDH3TRAdDoI1AaHTpIl4P/yk9wsV0ReNh6bMmCsKys=";
sha256 = "sha256-GRhQXGldirIhUBI4CucDTTxuZhG0XW0qp1FjYXhVS0o=";
};
buildInputs = [ pcre