Merge pull request #155620 from marsam/update-libfyaml

This commit is contained in:
Sandro 2022-01-20 02:06:10 +01:00 committed by GitHub
commit 0563b63d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libfyaml";
version = "0.7.3";
version = "0.7.12";
src = fetchFromGitHub {
owner = "pantoniou";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RxaeDtsdPtcTYJ7qMVmBCm1TsMI7YsXCz2w/Bq2RmaA=";
sha256 = "sha256-gmVjiwf8PsDYRt8jmXNrd+hJSL099hbLjq8Z0c1u2HE=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];