Skip to content

Commit

Permalink
Merge pull request #10 from vulcanize/v1.10.14-statediff-0.0.29
Browse files Browse the repository at this point in the history
update to use v1.10.14-statediff-0.0.29
  • Loading branch information
i-norden authored Dec 28, 2021
2 parents 5fb111d + 7018836 commit e39aac5
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.11-statediff-0.0.27";
version = "0.30.0-v1.10.14-statediff-0.0.29";
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.11-statediff-0.0.27
echo dapp 0.30.0-v1.10.14-statediff-0.0.29
# 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.11-statediff-0.0.27";
version = "v1.10.14-statediff-0.0.29";
src = fetchurl {
url = "https://github.com/vulcanize/go-ethereum/releases/download/${version}/geth-linux-amd64";
sha256 = "0gba8jv2rdx0gzhd03q5bbv7mb3m7vhlrcl383kan0zys1haf5p1";
sha256 = "0s1brrr7c36y0pap1f4vll07n2lvjc90yxa6rhx5g6jpsivmfci5";
};

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

0 comments on commit e39aac5

Please sign in to comment.