Merge pull request #295794 from r-ryantm/auto-update/libaom

libaom: 3.8.1 -> 3.8.2
This commit is contained in:
Weijia Wang 2024-03-24 22:58:07 +01:00 committed by GitHub
commit c604e73bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
};