spicy-parser-generator: 1.13.1 -> 1.13.2 (#425889)

This commit is contained in:
Nick Cao
2025-07-17 15:35:04 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "spicy";
version = "1.13.1";
version = "1.13.2";
strictDeps = true;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-AbUVt3agmvtapmw6nYPUEhSRzqoaV/DIF6hZjTbz7KQ=";
hash = "sha256-+F7P8D70vN85pYyTOSMXgf1yWgPJHPpvP38rOyKTJ/A=";
fetchSubmodules = true;
};