Merge pull request #48390 from r-ryantm/auto-update/nlohmann_json

nlohmann_json: 3.2.0 -> 3.3.0
This commit is contained in:
Jörg Thalheim 2018-10-15 13:01:23 +01:00 committed by GitHub
commit 5b343e7e8b
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.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "nlohmann";
repo = "json";
rev = "v${version}";
sha256 = "0585r6ai9x1bhspffn5w5620wxfl1q1gj476brsnaf7wwnr60hwk";
sha256 = "1plg9l1avnjsg6khrd88yj9cbzbbkwzpc5synmicqndb35wndn5h";
};
nativeBuildInputs = [ cmake ];