We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55544a3 commit a6561d8Copy full SHA for a6561d8
1 file changed
pkgs/development/tools/analysis/cppcheck/default.nix
@@ -12,13 +12,13 @@
12
13
stdenv.mkDerivation rec {
14
pname = "cppcheck";
15
- version = "2.10.1";
+ version = "2.10.2";
16
17
src = fetchFromGitHub {
18
owner = "danmar";
19
repo = "cppcheck";
20
rev = version;
21
- hash = "sha256-tN7MYMRBakdL++ZeY2u9s2B2wyAU7iaOB/hsv2GXI6s=";
+ hash = "sha256-wr2O9EqDvHaMQwnjFLLtP1XxfUwFa/P6gGqYNNPVyaA=";
22
};
23
24
buildInputs = [ pcre (python3.withPackages (ps: [ps.pygments])) ];
0 commit comments