cppcheck: 2.18.1 -> 2.18.3

This commit is contained in:
R. Ryantm
2025-09-11 09:29:55 +00:00
parent fd997bd653
commit 901c4d710f
+2 -2
View File
@@ -21,7 +21,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cppcheck";
version = "2.18.1";
version = "2.18.3";
outputs = [
"out"
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "danmar";
repo = "cppcheck";
tag = finalAttrs.version;
hash = "sha256-SWMjxMtdISAOxMWteouOzr8DeRpqn16OlPDhR0Yb3QQ=";
hash = "sha256-c32dNM1tNN+Nqv5GmKHnAhWx8r9RTcv3FQ/+ROGurkw=";
};
nativeBuildInputs = [