libaom: 3.9.1 -> 3.10.0

This commit is contained in:
R. Ryantm
2024-09-04 21:11:02 +00:00
parent b662684973
commit 3695d3e3b0
@@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "libaom";
version = "3.9.1";
version = "3.10.0";
src = fetchzip {
url = "https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz";
hash = "sha256-XQ1sekNZDUAiYP/HriYRj4+40PAvE/OiyG9bbrdg63I=";
hash = "sha256-7xtIT8zalh1XJfVKWeC/+jAkhOuFHw6Q0+c2YMtDark=";
stripRoot = false;
};