Merge pull request #325982 from r-ryantm/auto-update/yyjson

yyjson: 0.9.0 -> 0.10.0
This commit is contained in:
Nick Cao 2024-07-10 19:15:44 -04:00 committed by GitHub
commit 6a5034ca3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "yyjson"; pname = "yyjson";
version = "0.9.0"; version = "0.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ibireme"; owner = "ibireme";
repo = "yyjson"; repo = "yyjson";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-iRMjiaVnsTclcdzHjlFOTmJvX3VP4omJLC8AWA/EOZk="; hash = "sha256-mp9Oz08qTyhj3P6F1d81SX96vamUY/JWpD2DTYR+v04=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [