Commit 18751960 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

op-geth: 1.101106.0 -> 1.101200.0

parent 77a450f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "op-geth";
  version = "1.101106.0";
  version = "1.101200.0";

  src = fetchFromGitHub {
    owner = "ethereum-optimism";
    repo = "op-geth";
    rev = "v${version}";
    hash = "sha256-hLng9DMzRN43m0+GAc6Bn0c9heuekghn4ZdDKgQcSKY=";
    hash = "sha256-KUq2BSl+9FU7xX0BLWlOEolIgx0VFDXBK6o1YIo9QDQ=";
    fetchSubmodules = true;
  };

@@ -33,7 +33,7 @@ buildGoModule rec {
    "cmd/utils"
  ];

  vendorHash = "sha256-bGEvBXG6q9m5go+4mAlOu424ReTbfwVhkohN+FikBMg=";
  vendorHash = "sha256-oGMvazo3X9tOmy/o4xUYRlHsQBR0teBj3kF0TlI7mdg=";

  # Fix for usb-related segmentation faults on darwin
  propagatedBuildInputs =