Merge pull request #173198 from wamserma/bump-nlohmann

nlohmann_json: 3.10.2 -> 3.10.5
This commit is contained in:
Rick van Schijndel
2022-05-28 21:24:35 +02:00
committed by GitHub
@@ -12,13 +12,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "nlohmann_json";
version = "3.10.2";
version = "3.10.5";
src = fetchFromGitHub {
owner = "nlohmann";
repo = "json";
rev = "v${version}";
sha256 = "/OFNfukrIyfJmD0ko174aud9T6ZOesHANJjyfk4q/Vs=";
sha256 = "DTsZrdB9GcaNkx7ZKxcgCA3A9ShM5icSF0xyGguJNbk=";
};
nativeBuildInputs = [ cmake ];