libaom: 2.0.0 -> 2.0.1
CC: "Michael Weiss <dev.primeos@gmail.com>" CC: "kiloreux <kiloreux@gmail.com>" Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
8ab0b85ead
commit
33b610fa09
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libaom";
|
pname = "libaom";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://aomedia.googlesource.com/aom";
|
url = "https://aomedia.googlesource.com/aom";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1616xjhj6770ykn82ml741h8hx44v507iky3s9h7a5lnk9d4cxzy";
|
sha256 = "1vakwmcwvmmrdw7460m8hzq96y71lxqix8b2g07c6s12br0rrdhl";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./outputs.patch ];
|
patches = [ ./outputs.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user