nlohmann_json: 3.7.3 -> 3.9.1

This commit is contained in:
Cole Mickens
2020-09-05 14:58:02 -07:00
parent 8bbf96d7f9
commit bf437947b3
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nlohmann_json"; pname = "nlohmann_json";
version = "3.7.3"; version = "3.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nlohmann"; owner = "nlohmann";
repo = "json"; repo = "json";
rev = "v${version}"; rev = "v${version}";
sha256 = "04rry1xzis71z5gj1ylcj8b4li5q18zxhcwaviwvi3hx0frzxl9w"; sha256 = "sha256-THordDPdH2qwk6lFTgeFmkl7iDuA/7YH71PTUe6vJCs=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];