libaom: 3.8.1 -> 3.8.2

This commit is contained in:
R. Ryantm 2024-03-14 03:27:53 +00:00
parent c61d0920a3
commit 52b1af9c18
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "libaom";
version = "3.8.1";
version = "3.8.2";
src = fetchzip {
url = "https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz";
hash = "sha256-qng9fEbm71HqPnPzfgqswSium9egIgpB6ZLesOQVg6c=";
hash = "sha256-x152jIe7QxeprFEFJnXBfou8yHuW0oHImLIVkSxByWw=";
stripRoot = false;
};