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 d9de5f0 commit 439d3edCopy full SHA for 439d3ed
pkgs/by-name/re/reth/default.nix
@@ -6,13 +6,13 @@
6
}:
7
rustPlatform.buildRustPackage rec {
8
pname = "reth";
9
- version = "1.2.0";
+ version = "1.3.12";
10
11
src = fetchFromGitHub {
12
owner = "paradigmxyz";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-Z+ctKDds4Vo+P5yItz42k7u6uiINXHZvaZLU2c5Tfyo=";
+ hash = "sha256-59XUrMaXMiqSELQX8i7eK4Eo8YfGjPVZHT6q+rxoSPs=";
16
};
17
18
cargoLock = {
0 commit comments