Merge pull request #256274 from paveloom/cppcheck
cppcheck: 2.12.0 -> 2.12.1 + refactor
This commit is contained in:
@@ -1,19 +1,20 @@
|
|||||||
{ docbook_xml_dtd_45
|
{ lib
|
||||||
, docbook_xsl
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
|
||||||
|
, docbook_xml_dtd_45
|
||||||
|
, docbook_xsl
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
, lib
|
|
||||||
, libxslt
|
, libxslt
|
||||||
, pcre
|
, pcre
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
, python3
|
||||||
, stdenv
|
|
||||||
, which
|
, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cppcheck";
|
pname = "cppcheck";
|
||||||
version = "2.12.0";
|
version = "2.12.1";
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
@@ -21,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "danmar";
|
owner = "danmar";
|
||||||
repo = "cppcheck";
|
repo = "cppcheck";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-Rfm63ERmTsmmH8W6aiBMx+NiQjzGuoWHqHRRqWishhw=";
|
hash = "sha256-I1z4OZaWUD1sqPf7Z0ISoRl5mrGTFq0l5u2ct29fOmQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user