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.
2 parents b8fa6de + 9647541 commit 3ec4ef8Copy full SHA for 3ec4ef8
pkgs/by-name/er/erigon/package.nix
@@ -7,7 +7,7 @@
7
8
let
9
pname = "erigon";
10
- version = "2.61.0";
+ version = "2.61.1";
11
in
12
buildGoModule {
13
inherit pname version;
@@ -16,11 +16,11 @@ buildGoModule {
16
owner = "ledgerwatch";
17
repo = pname;
18
rev = "v${version}";
19
- hash = "sha256-B9FDGBx5ac1v0PqVK/2LhDH2seRthZxtaGu3G9flo0A=";
+ hash = "sha256-fSDAUdhSFTzqZji2bYxky8Orf64ZWvuQLZ/GqoPwNTM=";
20
fetchSubmodules = true;
21
};
22
23
- vendorHash = "sha256-bGVHIrICYWyHPgWWgEAIT+J/IIPjcWqTHeuqbT6lung=";
+ vendorHash = "sha256-1LB2T0o9LjFdpl86NPMKx1lFLrQZefAGldcSQyL6O7M=";
24
proxyVendor = true;
25
26
# Build errors in mdbx when format hardening is enabled:
0 commit comments