libaom: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm 2024-01-20 00:07:51 +00:00
parent 4e8cc56b97
commit 59fe697100

View File

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