Fix ilbc build

svn path=/nixpkgs/trunk/; revision=33912
This commit is contained in:
Yury G. Kudryashov 2012-04-24 17:14:24 +00:00
parent 7e70f890c4
commit cdc3fa0462

View File

@ -4,8 +4,9 @@ stdenv.mkDerivation rec {
name = "ilbc-rfc3951";
script = fetchurl {
url = http://ilbcfreeware.org/documentation/extract-cfile.awk;
sha256 = "155izy7p7azak1h6bgafvh84b1605zyw14k2s4pyl5nd4saap5c6";
url = http://ilbcfreeware.org/documentation/extract-cfile.txt;
name = "extract-cfile.awk";
sha256 = "0md76qlszaras9grrxaq7xfxn1yikmz4qqgnjj6y50jg31yr5wyd";
};
rfc3951 = fetchurl {