libfyaml: 0.7.12 -> 0.8

This commit is contained in:
Mario Rodas 2023-02-08 04:20:00 +00:00
parent 91da45d417
commit b73e720c40

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 = ''