Loading pkgs/by-name/re/reth/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "reth"; version = "1.5.1"; version = "1.6.0"; src = fetchFromGitHub { owner = "paradigmxyz"; repo = "reth"; rev = "v${version}"; hash = "sha256-R+TE9MRSAZuBHglgFECrYrTkGDbi2WceFUNYAvd1O9g="; hash = "sha256-dT5H+0lfkf9QeWAV7BsCpctzNCwF3oW9Gn7CM7hexDs="; }; cargoHash = "sha256-/LoqFP/vGWMTiBp6wiTabTec+Uwoc35683HnPe9QUGA="; cargoHash = "sha256-jWSeTGtq3K7vuhOhOa3BiNJ3lnhNNG8LYWr/xFFljAM="; nativeBuildInputs = [ rustPlatform.bindgenHook Loading Loading
pkgs/by-name/re/reth/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "reth"; version = "1.5.1"; version = "1.6.0"; src = fetchFromGitHub { owner = "paradigmxyz"; repo = "reth"; rev = "v${version}"; hash = "sha256-R+TE9MRSAZuBHglgFECrYrTkGDbi2WceFUNYAvd1O9g="; hash = "sha256-dT5H+0lfkf9QeWAV7BsCpctzNCwF3oW9Gn7CM7hexDs="; }; cargoHash = "sha256-/LoqFP/vGWMTiBp6wiTabTec+Uwoc35683HnPe9QUGA="; cargoHash = "sha256-jWSeTGtq3K7vuhOhOa3BiNJ3lnhNNG8LYWr/xFFljAM="; nativeBuildInputs = [ rustPlatform.bindgenHook Loading