Skip to content

Commit fa5ad3d

Browse files
erigon: 3.2.1 -> 3.2.2-gno (#745)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent 5b852ac commit fa5ad3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/erigon/default.nix

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

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

19-
vendorHash = "sha256-pAHIiRG6v2ARy95+rTZfFNoZ9xs82kvybH2kuWcpD8Q=";
19+
vendorHash = "sha256-dAAZTFs4KwjRvQp+RRlLqlfxsD7rxqk0Q7TvcIy0Tgg=";
2020
proxyVendor = true;
2121

2222
# Silkworm's .so fails to find libgmp when linking

0 commit comments

Comments
 (0)