Skip to content

Commit 9c484fc

Browse files
reth: 1.8.2 -> 1.8.3 (#728)
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 7046ba5 commit 9c484fc

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

1111
src = fetchFromGitHub {
1212
owner = "paradigmxyz";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-Z84zCt/v6e++Et6a2hBcHfrzQvtzBEn+Zx1bBRJfiqM=";
15+
hash = "sha256-jyStSIVTQeBJGwNelxHItIjHPQyvg3luGRj0qziZ8u0=";
1616
};
1717

1818
cargoLock = {

0 commit comments

Comments
 (0)