Merge pull request #210472 from r-ryantm/auto-update/libheif

libheif: 1.14.0 -> 1.14.2
This commit is contained in:
Robert Scott 2023-01-14 17:12:02 +00:00 committed by GitHub
commit 7d1c8ee2ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "libheif";
version = "1.14.0";
version = "1.14.2";
outputs = [ "bin" "out" "dev" "man" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "sha256-MvCiVAHM9C/rxeh6f9Bd13GECc2ladEP7Av7y3eWDcY=";
sha256 = "sha256-JwPeSNUc++z6RfMe0qAuXdekzLWR/MCmsT+Ykvp9a/s=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];