yyjson: 0.11.1 -> 0.12.0 (#434820)

This commit is contained in:
Yohann Boniface 2025-08-19 11:46:41 +02:00 committed by GitHub
commit cce27474b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yyjson";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "ibireme";
repo = "yyjson";
rev = finalAttrs.version;
hash = "sha256-V5wjhclZaLgViVsIJCwoRhYyacyflc4+BshkM6tR9ME=";
hash = "sha256-1CYnEgUMUc7eqdkv6M/KyL/MdVQBMov9HgLCycF6++w=";
};
nativeBuildInputs = [