Commit f0566c81 authored by Pavel Sobolev's avatar Pavel Sobolev Committed by Bjørn Forsman
Browse files

cppcheck: 2.14.2 -> 2.15.0

parent 282e35e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cppcheck";
  version = "2.14.2";
  version = "2.15.0";

  outputs = [
    "out"
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "danmar";
    repo = "cppcheck";
    rev = finalAttrs.version;
    hash = "sha256-aVjQqwsTw6TCLxs2oQif3hX5kfXHua7ekBpO/PyneAQ=";
    hash = "sha256-6AI3sy4D+YhUOpy02UHJWyhelbqcoEW+Tw/ADCPEbuM=";
  };

  nativeBuildInputs = [