Skip to content

Commit

Permalink
Merge pull request #14 from vulcanize/v0.30.0-v1.10.16-statediff-3.0.2
Browse files Browse the repository at this point in the history
bump to use v1.10.16-statediff-3.0.2
  • Loading branch information
i-norden authored Mar 15, 2022
2 parents 8d4de2a + 763c1b8 commit 0a8334e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/dapp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
name = "dapp-${version}";
version = "0.30.0-v1.10.14-statediff-0.0.29";
version = "0.30.0-v1.10.16-statediff-3.0.2";
src = ./.;

nativeBuildInputs = [makeWrapper shellcheck coreutils nodejs];
Expand Down
2 changes: 1 addition & 1 deletion src/dapp/libexec/dapp/dapp---version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo dapp 0.30.0-v1.10.14-statediff-0.0.29
echo dapp 0.30.0-v1.10.16-statediff-3.0.2
# use a custom path is DAPP_SOLC is set
SOLC=${DAPP_SOLC:-solc}
$SOLC --version
Expand Down
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.14-statediff-0.0.29";
version = "v1.10.16-statediff-3.0.2";
src = fetchurl {
url = "https://github.com/vulcanize/go-ethereum/releases/download/${version}/geth-linux-amd64";
sha256 = "0s1brrr7c36y0pap1f4vll07n2lvjc90yxa6rhx5g6jpsivmfci5";
sha256 = "0c488ns6w6jzcwwvw3p29i3n7yyp7ji8qy91133cwy4v37zl5lnk";
};

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

0 comments on commit 0a8334e

Please sign in to comment.