Skip to content

Commit a6561d8

Browse files
committed
cppcheck: 2.10.1 -> 2.10.2
1 parent 55544a3 commit a6561d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/tools/analysis/cppcheck/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "cppcheck";
15-
version = "2.10.1";
15+
version = "2.10.2";
1616

1717
src = fetchFromGitHub {
1818
owner = "danmar";
1919
repo = "cppcheck";
2020
rev = version;
21-
hash = "sha256-tN7MYMRBakdL++ZeY2u9s2B2wyAU7iaOB/hsv2GXI6s=";
21+
hash = "sha256-wr2O9EqDvHaMQwnjFLLtP1XxfUwFa/P6gGqYNNPVyaA=";
2222
};
2323

2424
buildInputs = [ pcre (python3.withPackages (ps: [ps.pygments])) ];

0 commit comments

Comments
 (0)