Merge pull request #215254 from marsam/update-libfyaml

libfyaml: 0.7.12 -> 0.8
This commit is contained in:
Weijia Wang 2023-02-08 06:57:23 +01:00 committed by GitHub
commit 32f914af34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,19 @@
stdenv.mkDerivation rec {
pname = "libfyaml";
version = "0.7.12";
version = "0.8";
src = fetchFromGitHub {
owner = "pantoniou";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gmVjiwf8PsDYRt8jmXNrd+hJSL099hbLjq8Z0c1u2HE=";
hash = "sha256-b/jRKe23NIVSydoczI+Ax2VjBJLfAEwF8SW61vIDTwA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];
outputs = [ "bin" "dev" "out" "man" ];
doCheck = true;
preCheck = ''