summary refs log tree commit diff
path: root/pkgs/development/libraries/libavif
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-10 03:45:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-10 03:45:02 +0000
commit4e51a80a4688a771c73f3f7b4134e846c29c3dd2 (patch)
tree9036ee80776a4c1d6cc5c36153ffb547c6e3ad31 /pkgs/development/libraries/libavif
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
libavif: 0.9.2 -> 0.9.3
Diffstat (limited to 'pkgs/development/libraries/libavif')
-rw-r--r--pkgs/development/libraries/libavif/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libavif/default.nix b/pkgs/development/libraries/libavif/default.nix
index 81f07703c942e..03dd9a33628f2 100644
--- a/pkgs/development/libraries/libavif/default.nix
+++ b/pkgs/development/libraries/libavif/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libavif";
-  version = "0.9.2";
+  version = "0.9.3";
 
   src = fetchFromGitHub {
     owner = "AOMediaCodec";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-0/5JLynYzr7ZewBbrNoxr26UkVzpSP9RqlmH2ql8tfs=";
+    sha256 = "sha256-ME/mkaHhFeHajTbc7zhg9vtf/8XgkgSRu9I/mlQXnds=";
   };
 
   # reco: encode libaom slowest but best, decode dav1d fastest