spicy-parser-generator: 1.11.3 -> 1.12.0 (#371669)

Co-authored-by: tobim <tobim@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-21 08:27:18 +00:00
committed by GitHub
co-authored by tobim
@@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "spicy";
version = "1.11.3";
version = "1.12.0";
strictDeps = true;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-SKhNBqZRgeN2cZZ2lv/IsOqaa5LY666OlICewN/iPVA=";
hash = "sha256-MLwBklSNLqx3LgNSFvo5p/MPyt/IlYGwvTbN1PJlims=";
fetchSubmodules = true;
};