Skip to content

Commit cb9c09b

Browse files
bbjubjub2494aldoborrero
authored andcommitted
reth: 1.1.5 -> 1.2.0
1 parent 45ac244 commit cb9c09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/reth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "reth";
8-
version = "1.1.5";
8+
version = "1.2.0";
99

1010
src = fetchFromGitHub {
1111
owner = "paradigmxyz";
1212
repo = pname;
1313
rev = "v${version}";
14-
hash = "sha256-bQ45SJCdIEtBqhh/2bQh0CS8KC9eI4zF38LSL/LDOSk=";
14+
hash = "sha256-Z+ctKDds4Vo+P5yItz42k7u6uiINXHZvaZLU2c5Tfyo=";
1515
};
1616

1717
cargoLock = {

0 commit comments

Comments
 (0)