Skip to content

Commit

Permalink
cppcheck: 2.16.0 -> 2.16.1 (NixOS#362867)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 19, 2024
2 parents 9f33fab + 3fb3dbe commit abc7216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cp/cppcheck/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "cppcheck";
version = "2.16.0";
version = "2.16.1";

outputs = [
"out"
Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "danmar";
repo = "cppcheck";
rev = finalAttrs.version;
hash = "sha256-u+/rlQksCyNjLOkLHiRfLKWfVSEU+LerYuT6lAp/Wrs=";
hash = "sha256-rx/JtpNPo8uDr4MR6h0ANK0erK8oMhlJp+4BQtc/poc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit abc7216

Please sign in to comment.