We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b852ac commit fa5ad3dCopy full SHA for fa5ad3d
pkgs/by-name/erigon/default.nix
@@ -6,17 +6,17 @@
6
}:
7
buildGoModule rec {
8
pname = "erigon";
9
- version = "3.2.1";
+ version = "3.2.2-gno";
10
11
src = fetchFromGitHub {
12
owner = "erigontech";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-C1AwymE32oXisRoliS6f3I8fcUmcAFe3TmeXGs1puGA=";
+ hash = "sha256-0dHdGgsIYke0s2DNj7jjhj2JXqqFucd7hilCtzsjhb0=";
16
fetchSubmodules = true;
17
};
18
19
- vendorHash = "sha256-pAHIiRG6v2ARy95+rTZfFNoZ9xs82kvybH2kuWcpD8Q=";
+ vendorHash = "sha256-dAAZTFs4KwjRvQp+RRlLqlfxsD7rxqk0Q7TvcIy0Tgg=";
20
proxyVendor = true;
21
22
# Silkworm's .so fails to find libgmp when linking
0 commit comments