spicy-parser-generator: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm 2024-03-05 02:42:04 +00:00
parent 0bb74f147b
commit 783d1559b5

View File

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "spicy";
version = "1.9.0";
version = "1.10.0";
strictDeps = true;
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-nVHm0JJsFXGnYlBBlcR5zBS46PZuALle3ik3GMTPYTQ=";
hash = "sha256-LFAeZ1UsnOKaXlnSd/cMfJQk0ZfaNAzSbvSuoKmmOoI=";
fetchSubmodules = true;
};