Unverified Commit f710b15d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

go-ethereum: 1.16.2 -> 1.16.3 (#439392)

parents 8472f77b ac62a5f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,17 +15,17 @@ let
in
buildGoModule rec {
  pname = "go-ethereum";
  version = "1.16.2";
  version = "1.16.3";

  src = fetchFromGitHub {
    owner = "ethereum";
    repo = "go-ethereum";
    rev = "v${version}";
    hash = "sha256-12bmK9OYYIDBeN52dQElnDaOcWOzwvjpAZmzHH8IHvw=";
    hash = "sha256-9g+RlOnV3DMLkak+RbSm8RgFB14Yuap8CT1w6kuZRv0=";
  };

  proxyVendor = true;
  vendorHash = "sha256-i1PhF1DFdt2X4faxe5+iYsPIyco0Xb6stOzaCy6JIto=";
  vendorHash = "sha256-GEPSkuEdrYvPGXEGhAT3U765rjY6w6kwOVYOMCgOaCo=";

  doCheck = false;