Skip to content

Commit c630011

Browse files
committed
optimism: 1.8.0 -> 1.9.0
1 parent 086a5ea commit c630011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/blockchains/optimism/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
buildGoModule rec {
88
pname = "optimism";
9-
version = "1.8.0";
9+
version = "1.9.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "ethereum-optimism";
1313
repo = "optimism";
1414
rev = "op-node/v${version}";
15-
hash = "sha256-sryXVqbAvmHIOg8osBecmU6/TIZjJvcFipimWMcHqME=";
15+
hash = "sha256-TIxA+Dyxdwm3Q8U6xh7x7hBPNXmH+vVDK2lAaRFKSN0=";
1616
fetchSubmodules = true;
1717
};
1818

1919
subPackages = [ "op-node/cmd" "op-proposer/cmd" "op-batcher/cmd" ];
2020

21-
vendorHash = "sha256-UQ/appKaBvHkya9RNIYvSd4E+22DDFjJgJ3g82IShNY=";
21+
vendorHash = "sha256-xoflPeUeFlbMBUSas+dmBOCFOOvrBHEvYWEk7QkNW14=";
2222

2323
buildInputs = [
2424
libpcap

0 commit comments

Comments
 (0)