Merge pull request #36637 from ryantm/auto-update/openfst

openfst: 1.6.3 -> 1.6.6
This commit is contained in:
Matthew Justin Bauer 2018-03-19 12:30:34 -05:00 committed by GitHub
commit 935e6e308a
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.3";
version = "1.6.6";
src = fetchurl {
url = "http://www.openfst.org/twiki/pub/FST/FstDownload/${name}.tar.gz";
sha256 = "5c28b6ccd017fc6ff94ebd0c73ed8ab37d48f563dab1c603856fb05bc9333d99";
sha256 = "1b13nzf9xh1iv0k8z7sdfs9ya2ykf0gzjiixpb1qn3bydck6ppdm";
};
meta = {
description = "Library for working with finite-state transducers";