spicy-parser-generator: 1.11.0 -> 1.11.1 (#339162)

This commit is contained in:
Nick Cao 2024-09-11 12:56:22 -04:00 committed by GitHub
commit 8dc117acfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "spicy";
version = "1.11.0";
version = "1.11.1";
strictDeps = true;
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-zndqNd4CTzXuDkkc6uzjwKdUnypnV/4NppcVJ0N3S1U=";
hash = "sha256-gSfj5d8g2eQGhaT4dGyNPqWy+9GkDxMkMuZ7vKnhFVQ=";
fetchSubmodules = true;
};