Skip to content

Commit 21f332a

Browse files
authored
erigon: 3.0.0 -> 3.0.2 (#399531)
2 parents 3b6842c + ba4dee1 commit 21f332a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/er/erigon/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
let
99
pname = "erigon";
10-
version = "3.0.0";
10+
version = "3.0.2";
1111
in
1212
buildGoModule {
1313
inherit pname version;
@@ -16,11 +16,11 @@ buildGoModule {
1616
owner = "ledgerwatch";
1717
repo = pname;
1818
rev = "v${version}";
19-
hash = "sha256-63wh9D5D9qzABEvKCBxBRHYuGBnlX+hrme56STkyoQU=";
19+
hash = "sha256-1rMlRlEUheW6g3kigh+DjQxtNJOrqrADPkjQn7TQr1g=";
2020
fetchSubmodules = true;
2121
};
2222

23-
vendorHash = "sha256-Mvat9+mbgpept9g8pYNf4a/bAGZGBM0MAM417DDIT9w=";
23+
vendorHash = "sha256-tCohubwCk5HERoAaGWgEsl5kpI8w8dn0oZCZ2AxkKXk=";
2424
proxyVendor = true;
2525

2626
# Build errors in mdbx when format hardening is enabled:

0 commit comments

Comments
 (0)