lol

Merge pull request #41868 from ldub/master

go-ethereum: 1.8.8 -> 1.8.10

authored by

lewo and committed by
GitHub
b224bc1d 04d3e130

+2 -2
+2 -2
pkgs/applications/altcoins/go-ethereum.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 name = "go-ethereum-${version}"; 5 - version = "1.8.8"; 5 + version = "1.8.10"; 6 6 goPackagePath = "github.com/ethereum/go-ethereum"; 7 7 8 8 # Fix for usb-related segmentation faults on darwin ··· 27 27 owner = "ethereum"; 28 28 repo = "go-ethereum"; 29 29 rev = "v${version}"; 30 - sha256 = "059nd2jvklziih679dd4cd34xjpj1ci7fha83wv86xjz61awyb16"; 30 + sha256 = "1n36pz4y3xa4d46mynym98bra79qx5n9lb29chyxfpvi5fmprdg1"; 31 31 }; 32 32 33 33 meta = with stdenv.lib; {