1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

cppcheck: 2.1 -> 2.2

This commit is contained in:
R. RyanTM 2020-10-24 15:27:39 +00:00
parent 579daedfca
commit 57dc5ba564

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cppcheck";
version = "2.1";
version = "2.2";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "1xx5i6z9a36h7k4ipikrk2zidk7jcjv8ryqyq2m5hnwy0gpyw9mb";
sha256 = "1dcf053cqci2ha3yy817y02yz9mhrkgddcbnn6gj82j6k87a4rq4";
};
buildInputs = [ pcre ] ++ stdenv.lib.optionals withZ3 [ z3 ];