libfyaml: 0.9.5 -> 0.9.6

Changes: https://github.com/pantoniou/libfyaml/releases/tag/v0.9.6
This commit is contained in:
Sergei Trofimovich
2026-03-16 21:39:20 +00:00
parent e185a81fe3
commit 7ae65a0b79
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libfyaml";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "pantoniou";
repo = "libfyaml";
rev = "v${finalAttrs.version}";
hash = "sha256-2cbw67gDcp5ufsSp+QQg8vOQx0cFcM2rTkAQ/53XB8I=";
hash = "sha256-mRQQe+J5wtLt/bI/Wer9TVGdU3a1zp3zFCm4oNQON8M=";
};
nativeBuildInputs = [