cppcheck: 2.13.4 -> 2.14.0

This commit is contained in:
R. Ryantm 2024-04-21 00:29:19 +00:00 committed by tomf
parent ab4fe2ac7a
commit b791c2e723
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cppcheck";
version = "2.13.4";
version = "2.14.0";
outputs = [ "out" "man" ];
@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "danmar";
repo = "cppcheck";
rev = finalAttrs.version;
hash = "sha256-Bz8ACCsxKfN1Y8TpS+oD/6lixLItL1TQR0Ud4gj1txk=";
hash = "sha256-w5k7WO2Kwx0ac/vP54ndPUp/AG6jG3MDf03h5z/+Cso=";
};
nativeBuildInputs = [