pegtl: 3.2.7 -> 3.2.8 (#343048)

This commit is contained in:
Nick Cao 2024-09-20 18:13:40 -04:00 committed by GitHub
commit b6c57d2e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [