Unverified Commit b1f857f2 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #315427 from AMS21/cppcheck_2.14.1

cppcheck: 2.14.0 -> 2.14.1
parents 9cc87737 1838178b
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.14.0";
  version = "2.14.1";

  outputs = [ "out" "man" ];

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

  nativeBuildInputs = [