Skip to content

Commit

Permalink
Merge pull request #4 from vulcanize/0.29.0-v1.10.8-statediff-0.0.26
Browse files Browse the repository at this point in the history
Upgrade geth-statediff to version v1.10.8-statediff-0.0.26
  • Loading branch information
arijitAD authored Aug 30, 2021
2 parents e063f70 + ba1b34a commit 7311d56
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.24";
version = "0.29.0-v1.10.8-statediff-0.0.26";
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.24
echo dapp 0.29.0-v1.10.8-statediff-0.0.26
# 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.24";
version = "v1.10.8-statediff-0.0.26";
src = fetchurl {
url = "https://github.com/vulcanize/go-ethereum/releases/download/${version}/geth-linux-amd64";
sha256 = "1nkz7qnawagi8cw26ncr6b4bhwy023cfbyhzcnmkfzz3nlzn6c9j";
sha256 = "11lxvnijvw11k5ds77fygbphccddwz1nb64rqa6azckjy9kmbkhg";
};

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

0 comments on commit 7311d56

Please sign in to comment.