summary refs log tree commit diff
path: root/pkgs/development/libraries/openfst
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 04:39:44 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 04:39:44 -0800
commitecc9946a81ea394d5d1b3c66fe95a76c89b01254 (patch)
treec06e52923880536b6a205ad882d08fd8857559f7 /pkgs/development/libraries/openfst
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-ecc9946a81ea394d5d1b3c66fe95a76c89b01254.tar
nixpkgs-ecc9946a81ea394d5d1b3c66fe95a76c89b01254.tar.gz
nixpkgs-ecc9946a81ea394d5d1b3c66fe95a76c89b01254.tar.bz2
nixpkgs-ecc9946a81ea394d5d1b3c66fe95a76c89b01254.tar.lz
nixpkgs-ecc9946a81ea394d5d1b3c66fe95a76c89b01254.tar.xz
nixpkgs-ecc9946a81ea394d5d1b3c66fe95a76c89b01254.tar.zst
nixpkgs-ecc9946a81ea394d5d1b3c66fe95a76c89b01254.zip
openfst: 1.6.3 -> 1.6.6
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/4yq76v4x9kkmwqmvrcxh89kh1lp96gg0-openfst-1.6.6/bin/fstcompile help` got 0 exit code
- found 1.6.6 with grep in /nix/store/4yq76v4x9kkmwqmvrcxh89kh1lp96gg0-openfst-1.6.6
- found 1.6.6 in filename of file in /nix/store/4yq76v4x9kkmwqmvrcxh89kh1lp96gg0-openfst-1.6.6
Diffstat (limited to 'pkgs/development/libraries/openfst')
-rw-r--r--pkgs/development/libraries/openfst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/openfst/default.nix b/pkgs/development/libraries/openfst/default.nix
index 690261438ab..f8cbc867b2b 100644
--- a/pkgs/development/libraries/openfst/default.nix
+++ b/pkgs/development/libraries/openfst/default.nix
@@ -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";