Merge pull request #52657 from dtzWill/update/json-3.5.0

nlohmann_json: 3.4.0 -> 3.5.0
This commit is contained in:
Will Dietz 2018-12-22 16:36:27 -06:00 committed by GitHub
commit f21a4733d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "nlohmann_json-${version}";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "nlohmann";
repo = "json";
rev = "v${version}";
sha256 = "1140gz5za7yvfcphdgxaq1dm4b1vxy1m8d1w0s0smv4vvdvl26ym";
sha256 = "1jq522d48bvfrxr4f6jnijwx2dwqfb8w9k636j4kxlg1hka27lji";
};
nativeBuildInputs = [ cmake ];