Skip to content

Commit

Permalink
Merge pull request #16 from deep-stack/pm-upgrade-geth
Browse files Browse the repository at this point in the history
Upgrade geth-statediff to version v1.10.17-statediff-3.2.0
  • Loading branch information
ashwinphatak authored Apr 21, 2022
2 parents 559b9c5 + 10ee1e4 commit 6ea6aac
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.16-statediff-3.0.2";
version = "0.30.0-v1.10.17-statediff-3.2.0";
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.16-statediff-3.0.2
echo dapp 0.30.0-v1.10.17-statediff-3.2.0
# 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.16-statediff-3.0.2";
version = "v1.10.17-statediff-3.2.0";
src = fetchurl {
url = "https://github.com/vulcanize/go-ethereum/releases/download/${version}/geth-linux-amd64";
sha256 = "0c488ns6w6jzcwwvw3p29i3n7yyp7ji8qy91133cwy4v37zl5lnk";
sha256 = "1a6zn0cp70xlw93l110dd42q2h70xrwl86n1wxa9crzmzr242qj3";
};

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

0 comments on commit 6ea6aac

Please sign in to comment.