Merge pull request #49598 from dtzWill/update/nlohmann_json-3.4.0

nlohmann_json: 3.3.0 -> 3.4.0
This commit is contained in:
Renaud 2018-11-01 21:20:40 +01:00 committed by GitHub
commit 32382d2cc9
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.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "nlohmann";
repo = "json";
rev = "v${version}";
sha256 = "1plg9l1avnjsg6khrd88yj9cbzbbkwzpc5synmicqndb35wndn5h";
sha256 = "1140gz5za7yvfcphdgxaq1dm4b1vxy1m8d1w0s0smv4vvdvl26ym";
};
nativeBuildInputs = [ cmake ];