cppcheck: update from 1.64 to 1.65

This commit is contained in:
Peter Simons 2014-06-21 14:04:15 +02:00
parent d95004cabf
commit 8420a2e979

View File

@ -4,14 +4,14 @@
let
name = "cppcheck";
version = "1.64";
version = "1.65";
in
stdenv.mkDerivation {
name = "${name}-${version}";
src = fetchurl {
url = "mirror://sourceforge/${name}/${name}-${version}.tar.bz2";
sha256 = "0n2hrg99rsp77b3plpip315pyk0x4gh8gljs9z3iwcbcg14mliff";
sha256 = "0rsxnqvjyiviqsq4y5x4p1jpvcmhf8hh7d710rsvnv5d4cj7lmqn";
};
configurePhase = ''