op-geth: 1.101200.0 -> 1.101200.1

authored by

R. Ryantm and committed by
Yt
dd8af63f 0396d3b0

+3 -3
+3 -3
pkgs/applications/blockchains/optimism/geth.nix
··· 8 9 buildGoModule rec { 10 pname = "op-geth"; 11 - version = "1.101200.0"; 12 13 src = fetchFromGitHub { 14 owner = "ethereum-optimism"; 15 repo = "op-geth"; 16 rev = "v${version}"; 17 - hash = "sha256-KUq2BSl+9FU7xX0BLWlOEolIgx0VFDXBK6o1YIo9QDQ="; 18 fetchSubmodules = true; 19 }; 20 ··· 33 "cmd/utils" 34 ]; 35 36 - vendorHash = "sha256-oGMvazo3X9tOmy/o4xUYRlHsQBR0teBj3kF0TlI7mdg="; 37 38 # Fix for usb-related segmentation faults on darwin 39 propagatedBuildInputs =
··· 8 9 buildGoModule rec { 10 pname = "op-geth"; 11 + version = "1.101200.1"; 12 13 src = fetchFromGitHub { 14 owner = "ethereum-optimism"; 15 repo = "op-geth"; 16 rev = "v${version}"; 17 + hash = "sha256-xF/KaN/O0Hn3W2a11ivdgLVr5gR14dW5807r1snQ9xw="; 18 fetchSubmodules = true; 19 }; 20 ··· 33 "cmd/utils" 34 ]; 35 36 + vendorHash = "sha256-5G0wPQaP2MofQQO1AiFa1BF8zarRnYyNYscbZ4Ku44o="; 37 38 # Fix for usb-related segmentation faults on darwin 39 propagatedBuildInputs =