spicy-parser-generator: 1.12.0 -> 1.13.0 (#406110)

Co-authored-by: tobim <tobim@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-11 09:37:21 +00:00 committed by GitHub
commit 26e4636d7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "spicy";
version = "1.12.0";
version = "1.13.0";
strictDeps = true;
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-MLwBklSNLqx3LgNSFvo5p/MPyt/IlYGwvTbN1PJlims=";
hash = "sha256-BMypkuBmepuLmOXUjeG5hZhOXojjFodaZzZz5S+iBoE=";
fetchSubmodules = true;
};