Skip to content

Commit

Permalink
Update erigon to 2.59.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Warfield committed Mar 31, 2024
1 parent 5d39030 commit d8511b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/erigon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "erigon";
version = "2.59.0";
version = "2.59.3";

src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
hash = "sha256-K6mdl7Gy6GkO5s7OC+T+NQxpcrT/kcauO0d0aOMm8yY=";
hash = "sha256-pkcT9KFX4rz6WXUm9cG+6x9k+jGmLPGgl/4VnS7TNVE=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit d8511b1

Please sign in to comment.