Skip to content

Commit

Permalink
Merge pull request #3 from vulcanize/v1.10.3-statediff-0.0.24
Browse files Browse the repository at this point in the history
upgrade geth-statediff to version v1.10.3-statediff-0.0.24
  • Loading branch information
ramilexe authored Jun 25, 2021
2 parents 6eb2428 + 8fc9c07 commit e063f70
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.29.0-v1.10.3-statediff-0.0.22";
version = "0.29.0-v1.10.3-statediff-0.0.24";
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.29.0-v1.10.3-statediff-0.0.22
echo dapp 0.29.0-v1.10.3-statediff-0.0.24
# 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.3-statediff-0.0.22";
version = "v1.10.3-statediff-0.0.24";
src = fetchurl {
url = "https://github.com/vulcanize/go-ethereum/releases/download/${version}/geth-linux-amd64";
sha256 = "1jnc96ly0qi40j8dlgip520n83gfrbv30bqdk9h5fslxzcwhf0yj";
sha256 = "1nkz7qnawagi8cw26ncr6b4bhwy023cfbyhzcnmkfzz3nlzn6c9j";
};

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

0 comments on commit e063f70

Please sign in to comment.