Skip to content

Commit bceb44b

Browse files
bbjubjub2494aldoborrero
authored andcommitted
erigon: 3.2.2-gno -> 3.2.2
The latter release contains a bug related to the Gnosis soft fork after the Balancer Exploit, and has been deleted by upstream.
1 parent e68dd25 commit bceb44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/erigon/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "erigon";
9-
version = "3.2.2-gno";
9+
version = "3.2.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "erigontech";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-0dHdGgsIYke0s2DNj7jjhj2JXqqFucd7hilCtzsjhb0=";
15+
hash = "sha256-RMid7yfCP3RsiGTbD/+cT9HinEd2+tjlav/70YNRGu0=";
1616
fetchSubmodules = true;
1717
};
1818

0 commit comments

Comments
 (0)