Unverified Commit cc564422 authored by asymmetric's avatar asymmetric Committed by GitHub
Browse files

go-ethereum: 1.15.5 -> 1.15.6 (#393120)

parents ec5b9579 5d4ed5f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,17 +18,17 @@ let
in
buildGoModule rec {
  pname = "go-ethereum";
  version = "1.15.5";
  version = "1.15.6";

  src = fetchFromGitHub {
    owner = "ethereum";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-kOgsjvkEi5acv53qnbyxMrPIXkz08SqjIO0A/mj/y90=";
    hash = "sha256-BdNv0rx+9/F0leNj2AAej8psy8X8HysDrIXheVOOkSo=";
  };

  proxyVendor = true;
  vendorHash = "sha256-byp1FzB4cSk9TayjaamsVfgzX0H531kzSXVHxDgWTes=";
  vendorHash = "sha256-1FuVdx84jvMBo8VO6q+WaFpK3hWn88J7p8vhIDsQHPM=";

  doCheck = false;