nlohmann_json: 3.7.3 -> 3.9.1

This commit is contained in:
Cole Mickens 2020-09-05 14:57:33 -07:00
parent 8bbf96d7f9
commit bf437947b3
No known key found for this signature in database
GPG Key ID: B475C2955744A019

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "nlohmann_json";
version = "3.7.3";
version = "3.9.1";
src = fetchFromGitHub {
owner = "nlohmann";
repo = "json";
rev = "v${version}";
sha256 = "04rry1xzis71z5gj1ylcj8b4li5q18zxhcwaviwvi3hx0frzxl9w";
sha256 = "sha256-THordDPdH2qwk6lFTgeFmkl7iDuA/7YH71PTUe6vJCs=";
};
nativeBuildInputs = [ cmake ];