about summary refs log tree commit diff
path: root/pkgs/development/libraries/libheif
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-02 16:17:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-02 16:17:51 +0000
commit87157558f7abe66962bdc6d33fc9a88a338398c7 (patch)
tree04b4718eca64c8cc4d7f57489153863baf701930 /pkgs/development/libraries/libheif
parent5e89f2b71a5c556be3b64a734dc078203e812c59 (diff)
libheif: 1.12.0 -> 1.13.0
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 d445a7c3867e2..51bd86edb719e 100644
--- a/pkgs/development/libraries/libheif/default.nix
+++ b/pkgs/development/libraries/libheif/default.nix
@@ -3,7 +3,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libheif";
-  version = "1.12.0";
+  version = "1.13.0";
 
   outputs = [ "bin" "out" "dev" "man" ];
 
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "strukturag";
     repo = "libheif";
     rev = "v${version}";
-    sha256 = "sha256-RjGLaDSBO8T7ijRb5a16aUlkCy5vdFPs4O9caIJo4jI=";
+    sha256 = "sha256-/w/I6dgyiAscUqVpPjw2z6LbZJ6IBTeE5lawLg0awTM=";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config ];