Commit b791c2e7 authored by R. RyanTM's avatar R. RyanTM Committed by tomf
Browse files

cppcheck: 2.13.4 -> 2.14.0

parent ab4fe2ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cppcheck";
  version = "2.13.4";
  version = "2.14.0";

  outputs = [ "out" "man" ];

@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "danmar";
    repo = "cppcheck";
    rev = finalAttrs.version;
    hash = "sha256-Bz8ACCsxKfN1Y8TpS+oD/6lixLItL1TQR0Ud4gj1txk=";
    hash = "sha256-w5k7WO2Kwx0ac/vP54ndPUp/AG6jG3MDf03h5z/+Cso=";
  };

  nativeBuildInputs = [