Skip to content

Commit 439d3ed

Browse files
bbjubjub2494aldoborrero
authored andcommitted
reth 1.2.0 -> 1.3.12
1 parent d9de5f0 commit 439d3ed

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.2.0";
9+
version = "1.3.12";
1010

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

1818
cargoLock = {

0 commit comments

Comments
 (0)