yyjson: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-04-09 02:53:15 +00:00
parent f6eb921406
commit 08c103b74e
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yyjson";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "ibireme";
repo = "yyjson";
rev = finalAttrs.version;
hash = "sha256-uAh/AUUDudQr+1+3YLkg9KxARgvKWxfDZlqo8388nFY=";
hash = "sha256-iRMjiaVnsTclcdzHjlFOTmJvX3VP4omJLC8AWA/EOZk=";
};
nativeBuildInputs = [