aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libheif
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 10:02:41 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 10:02:41 -0800
commit9e7c0922fdbc38175e4d7f3d126d5ece59dc2a5c (patch)
treefb4adfc62a0fcacf46ad9a9de68ce6d2ba75862d /pkgs/development/libraries/libheif
parentf79e10061f4e7a8988831e9734e131492e5b311f (diff)
libheif: 1.6.0 -> 1.6.1
Diffstat (limited to 'pkgs/development/libraries/libheif')
-rw-r--r--pkgs/development/libraries/libheif/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libheif/default.nix b/pkgs/development/libraries/libheif/default.nix
index 85174e9c3e69..a6e072ef76f7 100644
--- a/pkgs/development/libraries/libheif/default.nix
+++ b/pkgs/development/libraries/libheif/default.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libheif";
- version = "1.6.0";
+ version = "1.6.1";
outputs = [ "bin" "out" "dev" "man" ];
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
- sha256 = "0im9k2pqghlsppj165kh3nc26c4wx1brckmncdmpy0mcj56jjmba";
+ sha256 = "0l3mj11lp4974kaym3aidm4wriqzls13gz22s67l6341yhsc42n6";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];