Skip to content

Commit 45023e7

Browse files
authored
erigon: 2.60.0 -> 2.60.8 (nix-community#550)
upgrade erigon to 2.60.8
1 parent 9f34e08 commit 45023e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/erigon/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
}:
66
buildGoModule rec {
77
pname = "erigon";
8-
version = "2.60.0";
8+
version = "2.60.8";
99

1010
src = fetchFromGitHub {
1111
owner = "ledgerwatch";
1212
repo = pname;
13-
rev = "v${version}";
14-
hash = "sha256-c0CArubKvdh9xcvBM15O4vGwAsSHzaINtoKd0XczJHU=";
13+
rev = "${version}";
14+
hash = "sha256-cHEJbRP/v1GOmpfjrYjso2d+SVcXG+TEiIZoX+sSdYQ=";
1515
fetchSubmodules = true;
1616
};
1717

18-
vendorHash = "sha256-38NmSSK3a70WvhZAZ529wdAMlEuk8/4YqtadoLOn1IY=";
18+
vendorHash = "sha256-J535F9xXtxuCHvshJOJ63fOGpa5ZhReaOu9+jAKXDfo=";
1919
proxyVendor = true;
2020

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

0 commit comments

Comments
 (0)