spicy-parser-generator: 1.11.3 -> 1.12.0

This commit is contained in:
R. Ryantm 2025-01-07 03:26:19 +00:00
parent 42de2bcb35
commit a2e3b4779a

View File

@ -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;
};