Skip to content

Commit

Permalink
Merge pull request #56365 from asymmetric/solc-0.5.4
Browse files Browse the repository at this point in the history
solc: 0.5.3 -> 0.5.4
  • Loading branch information
grahamc committed Mar 4, 2019
2 parents 09d708e + 572f828 commit 1774c68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/compilers/solc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
}:

assert z3Support -> z3 != null;
assert z3Support -> stdenv.lib.versionAtLeast z3.version "4.6.0";

let
version = "0.5.3";
rev = "10d17f245839f208ec5085309022a32cd2502f55";
sha256 = "1jq41pd3nj534cricy1nq6wgk4wlwg239387n785aswpwd705jbb";
version = "0.5.4";
rev = "9549d8fff7343908228c3e8bedc309d1b83fc204";
sha256 = "1r6wklp3ab2s1lrm70zv6p7blv9917ph1arjsb250j7b7bpjg5pq";
jsoncppURL = https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz;
jsoncpp = fetchzip {
url = jsoncppURL;
Expand Down

0 comments on commit 1774c68

Please sign in to comment.