Skip to content

Commit 25665d9

Browse files
bbjubjub2494aldoborrero
authored andcommitted
erigon: 3.0.3 -> 3.0.4
1 parent 13a4fbb commit 25665d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/er/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.0.3";
9+
version = "3.0.4";
1010

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

19-
vendorHash = "sha256-8eyC3JkRcRlFw8CyTK5w1XySur2jAeFGXkEaY/3Oq0k=";
19+
vendorHash = "sha256-ocnq97cMsiMgDTZhwZ/fiGzaHiSAiJckPwWZu2q3f58=";
2020
proxyVendor = true;
2121

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

0 commit comments

Comments
 (0)