libaom: fix fetch (and tweak version accordingly)
Apparently, upstream renamed the tag in the meantime :-/
This commit is contained in:
parent
471804736d
commit
19d6c32fcf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user