libaom: fix fetch (and tweak version accordingly)

Apparently, upstream renamed the tag in the meantime :-/
This commit is contained in:
Vladimír Čunát
2019-01-19 16:55:08 +01:00
parent 471804736d
commit 19d6c32fcf

View File

@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "libaom-${version}";
version = "1.0.0.errata.1";
version = "1.0.0-errata1";
src = fetchgit {
url = "https://aomedia.googlesource.com/aom";