Commit d8ef8e00 authored by R. RyanTM's avatar R. RyanTM
Browse files

spicy-parser-generator: 1.10.1 -> 1.11.0

parent 46784713
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

  strictDeps = true;

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
    owner = "zeek";
    repo = "spicy";
    rev = "v${version}";
    hash = "sha256-D7DWZDZH3/PFggMxsr+x5S1B6SV5E8xpJoXfGcDelKs=";
    hash = "sha256-zndqNd4CTzXuDkkc6uzjwKdUnypnV/4NppcVJ0N3S1U=";
    fetchSubmodules = true;
  };