Skip to content

Commit

Permalink
Merge pull request #62248 from sifmelcara/update/solc-0.5.9
Browse files Browse the repository at this point in the history
solc: 0.5.8 -> 0.5.9
  • Loading branch information
fpletz committed Jun 1, 2019
2 parents 669e534 + 75e352c commit d51b157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/solc/default.nix
Expand Up @@ -6,9 +6,9 @@ assert z3Support -> z3 != null;
assert z3Support -> stdenv.lib.versionAtLeast z3.version "4.6.0";

let
version = "0.5.8";
rev = "23d335f28e4055e67c3b22466ac7c4e41dc48344";
sha256 = "10fa4qwfr3gfvxkzzjfs0w2fyij67cczklpj2x5hghcg08amkq37";
version = "0.5.9";
rev = "c68bc34e9466ef22326dd9072d557c56160e9092";
sha256 = "1b611piwnwiwk4dcvn2qm4wjb9msa385lpx81y3k669ga3ip9rkc";
jsoncppURL = https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz;
jsoncpp = fetchzip {
url = jsoncppURL;
Expand Down

0 comments on commit d51b157

Please sign in to comment.