lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

spicy-parser-generator: 1.8.1 -> 1.9.0

+2 -2
+2 -2
pkgs/development/tools/parsing/spicy/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "spicy"; 14 - version = "1.8.1"; 14 + version = "1.9.0"; 15 15 16 16 strictDeps = true; 17 17 ··· 19 19 owner = "zeek"; 20 20 repo = "spicy"; 21 21 rev = "v${version}"; 22 - hash = "sha256-Cb+HYUObL3So3ZcG4Iy276rdO0TC9rholwEBIYA5BNU="; 22 + hash = "sha256-nVHm0JJsFXGnYlBBlcR5zBS46PZuALle3ik3GMTPYTQ="; 23 23 fetchSubmodules = true; 24 24 }; 25 25