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

View File

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