Merge pull request #238420 from r-ryantm/auto-update/spicy-parser-generator

spicy-parser-generator: 1.7.0 -> 1.8.1
This commit is contained in:
Mario Rodas 2023-10-17 06:01:34 -05:00 committed by GitHub
commit 6ca7035159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "spicy";
version = "1.7.0";
version = "1.8.1";
strictDeps = true;
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-axeBD1wjMc5HZy+0Oi5wltr7M6zrQI/NzU6717vUpg0=";
hash = "sha256-Cb+HYUObL3So3ZcG4Iy276rdO0TC9rholwEBIYA5BNU=";
fetchSubmodules = true;
};