Merge pull request #283154 from r-ryantm/auto-update/op-geth

op-geth: 1.101305.0 -> 1.101305.1
This commit is contained in:
Yt 2024-01-23 13:50:24 +00:00 committed by GitHub
commit 76a4ed26a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "op-geth";
version = "1.101305.0";
version = "1.101305.1";
src = fetchFromGitHub {
owner = "ethereum-optimism";
repo = "op-geth";
rev = "v${version}";
hash = "sha256-6Q36iTqYEY1sXt7K8UR8YFT/wvjzz+NzzpM5WgfhxFg=";
hash = "sha256-4dsHYyoCkGGu68PiLw37y5yN5kNHroMruIIbnxl4uJE=";
fetchSubmodules = true;
};