Merge pull request #97266 from colemickens/nlohmann_json

nlohmann_json: 3.7.3 -> 3.9.1
This commit is contained in:
Sandro 2020-12-11 08:55:18 +01:00 committed by GitHub
commit d68e9a7507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 ];