Unverified Commit 639ab673 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #311684 from r-ryantm/auto-update/spicy-parser-generator

spicy-parser-generator: 1.10.0 -> 1.10.1
parents a9a8d72b 457915bc
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.0";
  version = "1.10.1";

  strictDeps = true;

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