Skip to content

Commit

Permalink
spicy-parser-generator: 1.11.3 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 7, 2025
1 parent 42de2bc commit a2e3b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sp/spicy-parser-generator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

stdenv.mkDerivation rec {
pname = "spicy";
version = "1.11.3";
version = "1.12.0";

strictDeps = true;

src = fetchFromGitHub {
owner = "zeek";
repo = "spicy";
rev = "v${version}";
hash = "sha256-SKhNBqZRgeN2cZZ2lv/IsOqaa5LY666OlICewN/iPVA=";
hash = "sha256-MLwBklSNLqx3LgNSFvo5p/MPyt/IlYGwvTbN1PJlims=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit a2e3b47

Please sign in to comment.