Unverified Commit 9d2e609d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #268508 from r-ryantm/auto-update/go-ethereum

go-ethereum: 1.13.4 -> 1.13.5
parents 9a237465 86ca3e18
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@ let

in buildGoModule rec {
  pname = "go-ethereum";
  version = "1.13.4";
  version = "1.13.5";

  src = fetchFromGitHub {
    owner = "ethereum";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-RQlWWHoij3gtFwjJeEGsmd5YJNTGX0I84nOAQyWBx/M=";
    sha256 = "sha256-UbRsY9fSUYAwPcLfGGDHeqvSsLKUKR+2a93jH5xA9uQ=";
  };

  vendorHash = "sha256-YmUgKO3JtVOE/YACqL/QBiyR1jT/jPCH+Gb0xYwkJEc=";
  vendorHash = "sha256-dOvpOCMxxmcAaticSLVlro1L4crAVJWyvgx/JZZ7buE=";

  doCheck = false;