From b1b355962b10520cdf5f5f336102946bf57029a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 12 May 2020 08:39:18 +0200 Subject: [PATCH] update libaom --- overlays/libaom.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/libaom.nix b/overlays/libaom.nix index f37deef..27be664 100644 --- a/overlays/libaom.nix +++ b/overlays/libaom.nix @@ -4,8 +4,8 @@ self: super: version = "1.0.0-g33e9b7fb1"; src = super.fetchgit { url = "https://aomedia.googlesource.com/aom"; - rev = "33e9b7fb1c5f14657142b8a54e5166f5240821d7"; - sha256 = "10viwhjh0qm600ych8652q2a04351qy6fj26qzm4nszncflj4g7w"; + rev = "e6a12489069fdf7188963950cdec8ef7ef333f1d"; + sha256 = "1ncvn5l8zczkjxfmld2ppcwqkc80pm38y1qaf1yil1llfx85xvhh"; };