cppcheck: 2.11.1 -> 2.12.0

This commit is contained in:
Pavel Sobolev 2023-09-11 18:04:42 +03:00
parent 74c782d0d3
commit 87eaf61a2f
No known key found for this signature in database

View File

@ -13,7 +13,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cppcheck";
version = "2.11.1";
version = "2.12.0";
outputs = [ "out" "man" ];
@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "danmar";
repo = "cppcheck";
rev = finalAttrs.version;
hash = "sha256-ZQ1EgnC2JBc0AvSW8PtgMzJoWSPt04Xfh8dqOU+KMfw=";
hash = "sha256-Rfm63ERmTsmmH8W6aiBMx+NiQjzGuoWHqHRRqWishhw=";
};
nativeBuildInputs = [