Merge pull request #38190 from r-ryantm/auto-update/openfst

openfst: 1.6.6 -> 1.6.7
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:24:04 -05:00 committed by GitHub
commit 63a064e111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "openfst";
version = "1.6.6";
version = "1.6.7";
src = fetchurl {
url = "http://www.openfst.org/twiki/pub/FST/FstDownload/${name}.tar.gz";
sha256 = "1b13nzf9xh1iv0k8z7sdfs9ya2ykf0gzjiixpb1qn3bydck6ppdm";
sha256 = "1xqpc1qlvghprwih99immsjh3ba08lg754cf5icnmpkwh9nlh6p2";
};
meta = {
description = "Library for working with finite-state transducers";