libheif: 1.15.1 -> 1.15.2

This commit is contained in:
R. Ryantm 2023-04-07 00:03:00 +00:00
parent d82b65d4dc
commit 42748a7d6d

View file

@ -22,7 +22,7 @@
stdenv.mkDerivation rec {
pname = "libheif";
version = "1.15.1";
version = "1.15.2";
outputs = [ "bin" "out" "dev" "man" ];
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "sha256-5908S46hEXhCYcTsqulmUnat0KOlXsnY5LI/l1l7/1Q=";
sha256 = "sha256-VbMBZ17leGezng2FYKgiSq04Se0PT0a3WqjM6xZ3zS4=";
};
nativeBuildInputs = [