Unverified Commit a5283f10 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #256274 from paveloom/cppcheck

cppcheck: 2.12.0 -> 2.12.1 + refactor
parents 076ea42f de00fcd7
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
{ docbook_xml_dtd_45
, docbook_xsl
{ lib
, stdenv
, fetchFromGitHub

, docbook_xml_dtd_45
, docbook_xsl
, installShellFiles
, lib
, libxslt
, pcre
, pkg-config
, python3
, stdenv
, which
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "cppcheck";
  version = "2.12.0";
  version = "2.12.1";

  outputs = [ "out" "man" ];

@@ -21,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "danmar";
    repo = "cppcheck";
    rev = finalAttrs.version;
    hash = "sha256-Rfm63ERmTsmmH8W6aiBMx+NiQjzGuoWHqHRRqWishhw=";
    hash = "sha256-I1z4OZaWUD1sqPf7Z0ISoRl5mrGTFq0l5u2ct29fOmQ=";
  };

  nativeBuildInputs = [