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.
1 parent d66e947 commit 5953b83Copy full SHA for 5953b83
packages/erigon/package.nix
@@ -12,13 +12,13 @@
12
}:
13
buildGoModule rec {
14
pname = "erigon";
15
- version = "3.3.7";
+ version = "3.3.9";
16
17
src = fetchFromGitHub {
18
owner = "erigontech";
19
repo = pname;
20
rev = "v${version}";
21
- hash = "sha256-pvwZ71/68jrRqTIPQdmlhJ/BLFhsNjmtcVfiqIC274c=";
+ hash = "sha256-pHK+a8H3ugzHa4uDHUb7SPxPA3zTZ3KvyahZIUSJ6mA=";
22
fetchSubmodules = true;
23
};
24
0 commit comments