Merge pull request #74500 from r-ryantm/auto-update/nlohmann_json

nlohmann_json: 3.7.0 -> 3.7.3
This commit is contained in:
Andreas Rammhold 2019-11-28 19:34:14 +01:00 committed by GitHub
commit 06ccc821b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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