go-ethereum: 1.16.2 -> 1.16.3

R. Ryantm ac62a5f3 ebdfb5d0

+3 -3
+3 -3
pkgs/by-name/go/go-ethereum/package.nix
··· 15 in 16 buildGoModule rec { 17 pname = "go-ethereum"; 18 - version = "1.16.2"; 19 20 src = fetchFromGitHub { 21 owner = "ethereum"; 22 repo = "go-ethereum"; 23 rev = "v${version}"; 24 - hash = "sha256-12bmK9OYYIDBeN52dQElnDaOcWOzwvjpAZmzHH8IHvw="; 25 }; 26 27 proxyVendor = true; 28 - vendorHash = "sha256-i1PhF1DFdt2X4faxe5+iYsPIyco0Xb6stOzaCy6JIto="; 29 30 doCheck = false; 31
··· 15 in 16 buildGoModule rec { 17 pname = "go-ethereum"; 18 + version = "1.16.3"; 19 20 src = fetchFromGitHub { 21 owner = "ethereum"; 22 repo = "go-ethereum"; 23 rev = "v${version}"; 24 + hash = "sha256-9g+RlOnV3DMLkak+RbSm8RgFB14Yuap8CT1w6kuZRv0="; 25 }; 26 27 proxyVendor = true; 28 + vendorHash = "sha256-GEPSkuEdrYvPGXEGhAT3U765rjY6w6kwOVYOMCgOaCo="; 29 30 doCheck = false; 31