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

View File

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