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