spicy-parser-generator: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm 2025-05-22 08:08:03 +00:00
parent 218a02803b
commit a831e02663

View file

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