Skip to content

Commit

Permalink
spicy-parser-generator: 1.11.0 -> 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 3, 2024
1 parent b387a48 commit c7a2e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/parsing/spicy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

stdenv.mkDerivation rec {
pname = "spicy";
version = "1.11.0";
version = "1.11.1";

strictDeps = true;

src = fetchFromGitHub {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-zndqNd4CTzXuDkkc6uzjwKdUnypnV/4NppcVJ0N3S1U=";
hash = "sha256-gSfj5d8g2eQGhaT4dGyNPqWy+9GkDxMkMuZ7vKnhFVQ=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit c7a2e83

Please sign in to comment.