summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-28 10:17:13 -0500
committerGitHub <noreply@github.com>2020-11-28 10:17:13 -0500
commitd1e10690598e8024c1c1eab11bfe96f35a550746 (patch)
tree0c122b18e6a7e440e66b511b3d438ed426461e9d /pkgs/development
parent5fb257bab4ae452e338cd47091c1d1317af2ece6 (diff)
parent757ab447015123013fcbd0422b1317c18e0704bd (diff)
Merge pull request #105220 from r-ryantm/auto-update/libavif
libavif: 0.8.3 -> 0.8.4
Diffstat (limited to 'pkgs/development')
-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 09456433c1ac..25422c8b7d90 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.8.3";
+ version = "0.8.4";
src = fetchFromGitHub {
owner = "AOMediaCodec";
repo = pname;
rev = "v${version}";
- sha256 = "1d6ql4vq338dvz61d5im06dh8m9rqfk37f9i356j3njpq604i1f6";
+ sha256 = "1qvjd3xi9r89pcblxdgz4c6hqp67ss53b1x9zkg7lrik7g3lwq8d";
};
# reco: encode libaom slowest but best, decode dav1d fastest