openfst: 1.6.8 -> 1.6.9 (#44731)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openfst/versions.
This commit is contained in:
parent
c51043a1bd
commit
6b0dfb09e8
@ -3,11 +3,11 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "openfst";
|
||||
version = "1.6.8";
|
||||
version = "1.6.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.openfst.org/twiki/pub/FST/FstDownload/${name}.tar.gz";
|
||||
sha256 = "1ngak7qwanf8n1gqghh7snjl4lsp6xhks4y00b16isrm4rk3cnms";
|
||||
sha256 = "1nlbk7qarz2qv3apz1cxf5avjhlqfq2r8kxad0095kfyqz05jnfy";
|
||||
};
|
||||
meta = {
|
||||
description = "Library for working with finite-state transducers";
|
||||
|
Loading…
Reference in New Issue
Block a user