nlohmann_json: 2.0.3 -> 2.0.7

This commit is contained in:
Eelco Dolstra 2016-11-10 17:52:12 +01:00
parent 04d0304698
commit 674eb5ddf0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "nlohmann_json-${version}";
version = "2.0.3";
version = "2.0.7";
src = fetchFromGitHub {
owner = "nlohmann";
repo = "json";
rev = "v${version}";
sha256 = "192mg2y93g9q0jdn3fdffydpxk19nsrcv92kfip6srkdkwja18ri";
sha256 = "03jklvlcsms09p79qz9piqrdy2vhn4rkwidwfgq6cpxm6anqyqjh";
};
nativeBuildInputs = [ cmake ];