Skip to content

Commit

Permalink
upgrade geth statediff to v1.10.2-statediff-0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Apr 9, 2021
1 parent cd600fb commit ce2d784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/go-ethereum-statediff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
name = "go-ethereum-statediff";
version = "v1.10.1-statediff-0.0.15";
version = "v1.10.2-statediff-0.0.17";
src = fetchurl {
url = "https://github.com/vulcanize/go-ethereum/releases/download/${version}/geth-linux-amd64";
sha256 = "1k7d2hzn27k6i8qwndwd3w71ab2avz0k2f221lmx1zcsd4m6cdwc";
sha256 = "0ybry21407xbyj3qh2a4rrllyzzxhrshkips3048npz2vff0n2p6";
};

phases = ["installPhase" "patchPhase"];
Expand Down

0 comments on commit ce2d784

Please sign in to comment.