op-geth: 1.101106.0 -> 1.101200.0

This commit is contained in:
R. Ryantm 2023-09-05 08:07:04 +00:00 committed by Yt
parent 77a450f1cc
commit 1875196096

View file

@ -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 =