Unverified Commit b6c57d2e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pegtl: 3.2.7 -> 3.2.8 (#343048)

parents 5f3e93af 0791c9f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pegtl";
  version = "3.2.7";
  version = "3.2.8";

  src = fetchFromGitHub {
    owner = "taocpp";
    repo = "PEGTL";
    rev = finalAttrs.version;
    hash = "sha256-IV5YNGE4EWVrmg2Sia/rcU8jCuiBynQGJM6n3DCWTQU=";
    hash = "sha256-nPWSO2wPl/qenUQgvQDQu7Oy1dKa/PnNFSclmkaoM8A=";
  };

  nativeBuildInputs = [