Skip to content

Commit 0176ed1

Browse files
committed
libheif: 1.11.0 -> 1.12.0
1 parent 2149ad5 commit 0176ed1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/libheif/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
stdenv.mkDerivation rec {
55
pname = "libheif";
6-
version = "1.11.0";
6+
version = "1.12.0";
77

88
outputs = [ "bin" "out" "dev" "man" ];
99

1010
src = fetchFromGitHub {
1111
owner = "strukturag";
1212
repo = "libheif";
1313
rev = "v${version}";
14-
sha256 = "sha256-xT0sfYPp5atYXnVpP8TYu2TC9/Z/ClyEP1OTSfcw1gw=";
14+
sha256 = "sha256-RjGLaDSBO8T7ijRb5a16aUlkCy5vdFPs4O9caIJo4jI=";
1515
};
1616

1717
nativeBuildInputs = [ autoreconfHook pkg-config ];

0 commit comments

Comments
 (0)