libheif: 1.7.0 -> 1.8.0

This commit is contained in:
R. RyanTM 2020-09-05 04:41:33 +00:00
parent b23f1442c5
commit ba6dae7a08

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libheif";
version = "1.7.0";
version = "1.8.0";
outputs = [ "bin" "out" "dev" "man" ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "0alri5h486ck9b5z6wwrmlpzydhz58l223z3zxkizqrzxlllhr6p";
sha256 = "15az44qdqp2vncdfv1bzdl30977kvqxcb2bhx4x3q6vcxnm1xfgg";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];