Commit feca8a8a authored by R. RyanTM's avatar R. RyanTM Committed by Bjørn Forsman
Browse files

cppcheck: 2.15.0 -> 2.16.0

parent 921f5180
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.15.0";
  version = "2.16.0";

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

  nativeBuildInputs = [