Merge pull request #248068 from r-ryantm/auto-update/simdjson

simdjson: 3.2.1 -> 3.2.2

authored by Nick Cao and committed by GitHub 02543add 440bb5f9

+2 -2
+2 -2
pkgs/development/libraries/simdjson/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "simdjson"; 5 - version = "3.2.1"; 5 + version = "3.2.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "simdjson"; 9 9 repo = "simdjson"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-JJFHRoG/w5PLSrn99i4EUjRtbNUYDF19/xlsYOwwFZA="; 11 + sha256 = "sha256-+BCXkOaWYZSFWGZmeZ2ZJwVxFwmHgRbb7GSj/lRxmfw="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];