Skip to content

Commit 3454a12

Browse files
reth: 1.9.1 -> 1.9.2 (#757)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent 1307449 commit 3454a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/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.9.1";
9+
version = "1.9.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "paradigmxyz";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-cvTa1MQhthrv0uAQ/8FxDpMfr9rKers7xQJGMqw7cFs=";
15+
hash = "sha256-/EM7vE0UA/1iyxzcESHHVnj8gVZHZTfYI752pNowyRA=";
1616
};
1717

1818
cargoLock = {

0 commit comments

Comments
 (0)