Skip to content

Commit

Permalink
cppcheck: 2.2 -> 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2020
1 parent e083265 commit 72d2cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/cppcheck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "cppcheck";
version = "2.2";
version = "2.3";

src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "1dcf053cqci2ha3yy817y02yz9mhrkgddcbnn6gj82j6k87a4rq4";
sha256 = "0mlw0z20qf0g9qrmdmbykzf87wlcgmah8bacmp4mk6dwfzr9g9n3";
};

buildInputs = [ pcre ] ++ stdenv.lib.optionals withZ3 [ z3 ];
Expand Down

0 comments on commit 72d2cb8

Please sign in to comment.