Skip to content

Commit 3ec4ef8

Browse files
authored
erigon: 2.61.0 -> 2.61.1 (#383519)
2 parents b8fa6de + 9647541 commit 3ec4ef8

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 = "2.61.0";
10+
version = "2.61.1";
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-B9FDGBx5ac1v0PqVK/2LhDH2seRthZxtaGu3G9flo0A=";
19+
hash = "sha256-fSDAUdhSFTzqZji2bYxky8Orf64ZWvuQLZ/GqoPwNTM=";
2020
fetchSubmodules = true;
2121
};
2222

23-
vendorHash = "sha256-bGVHIrICYWyHPgWWgEAIT+J/IIPjcWqTHeuqbT6lung=";
23+
vendorHash = "sha256-1LB2T0o9LjFdpl86NPMKx1lFLrQZefAGldcSQyL6O7M=";
2424
proxyVendor = true;
2525

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

0 commit comments

Comments
 (0)