Unverified Commit a648c1f4 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

cppcheck: 2.18.0 -> 2.18.1 (#435329)

parents 9f56d8dd 19f5c489
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cppcheck";
  version = "2.18.0";
  version = "2.18.1";

  outputs = [
    "out"
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "danmar";
    repo = "cppcheck";
    tag = finalAttrs.version;
    hash = "sha256-trbL2Me1VWmVMfL45H50xbR36izifFmoLHKQvte6oZQ=";
    hash = "sha256-SWMjxMtdISAOxMWteouOzr8DeRpqn16OlPDhR0Yb3QQ=";
  };

  nativeBuildInputs = [