We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2149ad5 commit 0176ed1Copy full SHA for 0176ed1
1 file changed
pkgs/development/libraries/libheif/default.nix
@@ -3,15 +3,15 @@
3
4
stdenv.mkDerivation rec {
5
pname = "libheif";
6
- version = "1.11.0";
+ version = "1.12.0";
7
8
outputs = [ "bin" "out" "dev" "man" ];
9
10
src = fetchFromGitHub {
11
owner = "strukturag";
12
repo = "libheif";
13
rev = "v${version}";
14
- sha256 = "sha256-xT0sfYPp5atYXnVpP8TYu2TC9/Z/ClyEP1OTSfcw1gw=";
+ sha256 = "sha256-RjGLaDSBO8T7ijRb5a16aUlkCy5vdFPs4O9caIJo4jI=";
15
};
16
17
nativeBuildInputs = [ autoreconfHook pkg-config ];
0 commit comments