libaom: 3.6.0 -> 3.6.1

This commit is contained in:
R. Ryantm 2023-05-14 11:41:04 +00:00
parent b3e5f58289
commit f8ea57afbb

View file

@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "libaom";
version = "3.6.0";
version = "3.6.1";
src = fetchzip {
url = "https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz";
sha256 = "sha256-tt19UCsZP99rq6BYBSzSHecyIu4CiimD+P1f3CY2QEU=";
sha256 = "sha256-U7hmKdpjTtqStM4UIjCvgJ2swpZ1x0Px1Q9+gSHbaeQ=";
stripRoot = false;
};