Skip to content

Commit abc7216

Browse files
authored
cppcheck: 2.16.0 -> 2.16.1 (#362867)
2 parents 9f33fab + 3fb3dbe commit abc7216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cp/cppcheck/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "cppcheck";
18-
version = "2.16.0";
18+
version = "2.16.1";
1919

2020
outputs = [
2121
"out"
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
2626
owner = "danmar";
2727
repo = "cppcheck";
2828
rev = finalAttrs.version;
29-
hash = "sha256-u+/rlQksCyNjLOkLHiRfLKWfVSEU+LerYuT6lAp/Wrs=";
29+
hash = "sha256-rx/JtpNPo8uDr4MR6h0ANK0erK8oMhlJp+4BQtc/poc=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)