lol

reth: 1.6.0 -> 1.7.0

R. Ryantm 7a41bc00 fd76dc9e

+3 -3
+3 -3
pkgs/by-name/re/reth/package.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "reth"; 10 - version = "1.6.0"; 11 12 src = fetchFromGitHub { 13 owner = "paradigmxyz"; 14 repo = "reth"; 15 rev = "v${version}"; 16 - hash = "sha256-dT5H+0lfkf9QeWAV7BsCpctzNCwF3oW9Gn7CM7hexDs="; 17 }; 18 19 - cargoHash = "sha256-jWSeTGtq3K7vuhOhOa3BiNJ3lnhNNG8LYWr/xFFljAM="; 20 21 nativeBuildInputs = [ 22 rustPlatform.bindgenHook
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "reth"; 10 + version = "1.7.0"; 11 12 src = fetchFromGitHub { 13 owner = "paradigmxyz"; 14 repo = "reth"; 15 rev = "v${version}"; 16 + hash = "sha256-Th2ibG4fVQPPxRSS4ChOQ176xUq3eU1/zNQbQlJUFNw="; 17 }; 18 19 + cargoHash = "sha256-2zdilVIHCW0N2yZNfLNoVpTASjXU1ABcZzQLzpAGEsY="; 20 21 nativeBuildInputs = [ 22 rustPlatform.bindgenHook