nlohmann_json: 3.5.0 -> 3.6.0

https://github.com/nlohmann/json/releases/tag/v3.6.0
This commit is contained in:
Will Dietz 2019-03-20 08:48:13 -05:00
parent de0612c46c
commit 5b30801441

@ -2,14 +2,14 @@
}:
stdenv.mkDerivation rec {
name = "nlohmann_json-${version}";
version = "3.5.0";
pname = "nlohmann_json";
version = "3.6.0";
src = fetchFromGitHub {
owner = "nlohmann";
repo = "json";
rev = "v${version}";
sha256 = "1jq522d48bvfrxr4f6jnijwx2dwqfb8w9k636j4kxlg1hka27lji";
sha256 = "11dfv31prfiaxxdv8ypnya4a953hqq2k94nbxl0v4qlfbsyipil3";
};
nativeBuildInputs = [ cmake ];