about summary refs log tree commit diff
path: root/pkgs/development/libraries/nlohmann_json
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2022-05-15 23:36:25 +0200
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2022-05-15 23:36:25 +0200
commit1dfba65a22007636bebc7f1d60d833c8649a318c (patch)
tree22924d2ca9bb81aac6cd2e483480b421b1e0bbdd /pkgs/development/libraries/nlohmann_json
parentda3be46cfd1c57f2a8b8f08b2b12214f3924f4f9 (diff)
nlohmann_json: 3.10.2 -> 3.10.5
Diffstat (limited to 'pkgs/development/libraries/nlohmann_json')
-rw-r--r--pkgs/development/libraries/nlohmann_json/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nlohmann_json/default.nix b/pkgs/development/libraries/nlohmann_json/default.nix
index d8ae8fcaa4ae0..0e3fb180c8131 100644
--- a/pkgs/development/libraries/nlohmann_json/default.nix
+++ b/pkgs/development/libraries/nlohmann_json/default.nix
@@ -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 ];