Skip to content

Commit 56de916

Browse files
bbjubjub2494aldoborrero
authored andcommitted
reth: 1.3.12 -> 1.4.3
1 parent 7ff79de commit 56de916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/reth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
rustPlatform.buildRustPackage rec {
88
pname = "reth";
9-
version = "1.3.12";
9+
version = "1.4.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "paradigmxyz";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-59XUrMaXMiqSELQX8i7eK4Eo8YfGjPVZHT6q+rxoSPs=";
15+
hash = "sha256-pl0eQU7BjkSg8ECxeB13oNMO9CNIwLyOOHiWWC4CWhY=";
1616
};
1717

1818
cargoLock = {

0 commit comments

Comments
 (0)