libheif: 1.11.0 -> 1.12.0

This commit is contained in:
R. RyanTM 2021-05-06 06:28:35 +00:00
parent 2149ad5bdf
commit 0176ed1456

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
pname = "libheif";
version = "1.11.0";
version = "1.12.0";
outputs = [ "bin" "out" "dev" "man" ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "sha256-xT0sfYPp5atYXnVpP8TYu2TC9/Z/ClyEP1OTSfcw1gw=";
sha256 = "sha256-RjGLaDSBO8T7ijRb5a16aUlkCy5vdFPs4O9caIJo4jI=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];