Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 669e534b5a12
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d51b1572aaa3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 30, 2019

  1. solc: 0.5.8 -> 0.5.9

    sifmelcara committed May 30, 2019
    Copy the full SHA
    75e352c View commit details

Commits on Jun 1, 2019

  1. Merge pull request #62248 from sifmelcara/update/solc-0.5.9

    solc: 0.5.8 -> 0.5.9
    fpletz authored Jun 1, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    dlrobertson Dan Robertson
    Copy the full SHA
    d51b157 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/compilers/solc/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/compilers/solc/default.nix
Original file line number Diff line number Diff line change
@@ -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;