cppcheck: 1.73 -> 1.74
This commit is contained in:
parent
6d35e0259c
commit
ce103cae38
@ -1,15 +1,13 @@
|
|||||||
{ stdenv, fetchurl, libxslt, docbook_xsl, docbook_xml_dtd_45 }:
|
{ stdenv, fetchurl, libxslt, docbook_xsl, docbook_xml_dtd_45 }:
|
||||||
|
|
||||||
let
|
|
||||||
pname = "cppcheck";
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "cppcheck";
|
||||||
|
version = "1.74";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "1.73";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/${pname}/${name}.tar.bz2";
|
url = "mirror://sourceforge/${pname}/${name}.tar.bz2";
|
||||||
sha256 = "0l7yslf311h3kidi91q4zhqj3f3vsjp1gb2z50y20423fda87xin";
|
sha256 = "0m62byiprabm1m3mc4r2w54p7qyhgi8msipnpm66ychr8rz2yny0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ libxslt docbook_xsl docbook_xml_dtd_45 ];
|
nativeBuildInputs = [ libxslt docbook_xsl docbook_xml_dtd_45 ];
|
||||||
@ -27,8 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A static analysis tool for C/C++ code";
|
description = "A static analysis tool for C/C++ code";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Check C/C++ code for memory leaks, mismatching
|
Check C/C++ code for memory leaks, mismatching allocation-deallocation,
|
||||||
allocation-deallocation, buffer overruns and more.
|
buffer overruns and more.
|
||||||
'';
|
'';
|
||||||
homepage = http://cppcheck.sourceforge.net/;
|
homepage = http://cppcheck.sourceforge.net/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user