libaom: 3.11.0 -> 3.12.1

This commit is contained in:
R. Ryantm
2025-04-15 05:30:26 +00:00
parent 32bb18de3f
commit e604be51b6
+2 -2
View File
@@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation rec {
pname = "libaom";
version = "3.11.0";
version = "3.12.1";
src = fetchzip {
url = "https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz";
hash = "sha256-SqXDeIApj7XEK2cChenN9pun5eNm4Q+Smpp76xHwMMU=";
hash = "sha256-AAS6wfq4rZ4frm6+gwKoIS3+NVzPhhfW428WXJQ2tQ8=";
stripRoot = false;
};